Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.0](https://github.com/sebastian-software/standards/compare/standards-v0.7.0...standards-v0.8.0) (2026-07-08)


### Features

* add consumer agent guardrails ([38563cd](https://github.com/sebastian-software/standards/commit/38563cd67a6abcc8506bd2ba73c256bd6b825870))
* add consumer agent guardrails ([b0aa242](https://github.com/sebastian-software/standards/commit/b0aa2425cb9924c0ae1bc5e0a34e3720939c42f7))

## [0.7.0](https://github.com/sebastian-software/standards/compare/standards-v0.6.1...standards-v0.7.0) (2026-06-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sebastian-software/standards",
"version": "0.7.0",
"version": "0.8.0",
"description": "Repository standards for Sebastian Software — reference files, migration changelogs, agent instructions and a CLI to check and apply them.",
"license": "MIT",
"author": {
Expand Down