diff --git a/default/CHANGELOG.md b/default/CHANGELOG.md index 18f86077..e81d30f1 100644 --- a/default/CHANGELOG.md +++ b/default/CHANGELOG.md @@ -1,5 +1,16 @@ # Ring-default Changelog +## [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.22.1](https://github.com/LerianStudio/ring/releases/tag/ring-default@1.22.1) - **Fixes:** diff --git a/finops-team/CHANGELOG.md b/finops-team/CHANGELOG.md index 72ed36de..03306614 100644 --- a/finops-team/CHANGELOG.md +++ b/finops-team/CHANGELOG.md @@ -2,6 +2,25 @@ ## [0.11.0](https://github.com/LerianStudio/ring/releases/tag/ring-finops-team@0.11.0) +- **Features:** + - Update using-finops-team documentation and add pattern matching to the analyzer. + - Add Test Gate and Contribution Gate to the orchestrator. + - Implement auto-save dictionary, batch approval, and reporter document fetch in gate1. + - Introduce open template support in regulatory-templates-setup. + - Add DATA_SOURCES.md as a canonical data source reference. + +- **Fixes:** + - Address CodeRabbit review comments. + - Activate evtCadDeclarante and mark registry as dynamic. + +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** - Updated using-finops-team documentation and added pattern matching to the analyzer. - Added Test Gate and Contribution Gate to the orchestrator. diff --git a/pm-team/CHANGELOG.md b/pm-team/CHANGELOG.md index 4f31559d..1cb9669c 100644 --- a/pm-team/CHANGELOG.md +++ b/pm-team/CHANGELOG.md @@ -2,6 +2,17 @@ ## [0.25.1](https://github.com/LerianStudio/ring/releases/tag/ring-pm-team@0.25.1) +- **Improvements:** + - Refactored environment variable standards to use `POSTGRES_*` instead of `DB_*`. + +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 use `POSTGRES_*` instead of `DB_*` for standardization. diff --git a/pmo-team/CHANGELOG.md b/pmo-team/CHANGELOG.md index cb162985..8c5d8eb4 100644 --- a/pmo-team/CHANGELOG.md +++ b/pmo-team/CHANGELOG.md @@ -2,6 +2,17 @@ ## [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. + +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 naming convention by removing the ring-{plugin}: prefix from agent, skill, and command names for better clarity and consistency. diff --git a/tw-team/CHANGELOG.md b/tw-team/CHANGELOG.md index 4b8f84ee..19b57d74 100644 --- a/tw-team/CHANGELOG.md +++ b/tw-team/CHANGELOG.md @@ -2,6 +2,23 @@ ## [0.4.3](https://github.com/LerianStudio/ring/releases/tag/ring-tw-team@0.4.3) +- **Features** + - Refactor skills: Removed commands layer and renamed skills to match command names. + - Created canonical schema to standardize component metadata. + - Added schema validator and enhanced skill generation. + +- **Improvements** + - Aligned all components with the new frontmatter schema. + - Replaced 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) + - **Improvements:** - Updated CHANGELOG for ring-tw-team to version v0.4.2.