Merge pull request #367 from LerianStudio/release/update-changelog-20260417145649

chore(release): Update CHANGELOGs [skip ci]
This commit is contained in:
lerian-studio-midaz-push-bot[bot] 2026-04-17 14:56:55 +00:00 committed by GitHub
commit 5d101cbed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 0 deletions

View file

@ -2,6 +2,17 @@
## [1.23.0](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.23.0)
- Features:
- Context-aware drift refresh with PROJECT_RULES support.
Contributors: @fred
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-default@1.22.1...ring-default@1.23.0)
---
## [1.23.0](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.23.0)
- **Features**
- Context-aware drift refresh with PROJECT_RULES support.

View file

@ -2,6 +2,25 @@
## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0)
- **Features:**
- Add Test Gate + Contribution Gate to orchestrator.
- Add auto-save dictionary, batch approval, and reporter doc fetch in gate1.
- Add open template support in regulatory-templates-setup.
- Add DATA_SOURCES.md canonical data source reference.
- Update using-finops-team docs and add pattern matching to analyzer.
- **Fixes:**
- Activate evtCadDeclarante and mark registry as dynamic.
- Address CodeRabbit review comments.
Contributors: @gandalf,
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-finops-team@0.10.2...ring-finops-team@0.11.0)
---
## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0)
- **Features:**
- Update using-finops-team docs and add pattern matching to analyzer.
- Add Test Gate and Contribution Gate to orchestrator.

View file

@ -2,6 +2,17 @@
## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1)
- Improvements:
- Canonized environment variables from `DB_*` to `POSTGRES_*`.
Contributors: @jefferson.comff
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-pm-team@0.25.0...ring-pm-team@0.25.1)
---
## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1)
- Improvements:
- Refactored environment variables to canonize `POSTGRES_*` instead of `DB_*`.

View file

@ -2,6 +2,17 @@
## [1.1.3](https://github.com/LerianStudio/ring/releases/tag/ring-pmo-team@1.1.3)
- Improvements:
- Refactored naming convention by removing the ring-{plugin}: prefix from agent, skill, and command names for consistency and clarity.
Contributors: @jefferson.comff
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-pmo-team@1.1.2...ring-pmo-team@1.1.3)
---
## [1.1.3](https://github.com/LerianStudio/ring/releases/tag/ring-pmo-team@1.1.3)
- Improvements:
- Refactored to remove the ring-{plugin}: prefix from agent, skill, and command names for better clarity and consistency.

View file

@ -2,6 +2,23 @@
## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3)
- **Features:**
- Refactor skills by removing the commands layer and renaming skills to match command names.
- Create canonical schema to standardize component metadata.
- Add schema validator and enhance skill generation.
- **Improvements:**
- Align all components with the new frontmatter schema.
- Replace arguments object with simple argument-hint.
Contributors: @fred
[Compare changes](https://github.com/LerianStudio/ring/compare/ring-tw-team@0.4.2...ring-tw-team@0.4.3)
---
## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3)
- **Features:**
- Added schema validator and enhanced skill generation.