Skip to content

Commit

Permalink
changelog nits (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta authored May 17, 2024
1 parent e48dd9a commit 240118c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cedar-policy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- The default `--schema-format` is now `human` for all subcommands that take
`--schema-format`.

## 3.2.0 - Coming Soon
## 3.2.0

### Added

Expand Down
20 changes: 17 additions & 3 deletions cedar-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`labels()`. Callers can continue using the same behavior by calling
`.iter().map(ToString::to_string)`. (#882, resolving #543)

## [3.2.0] - Coming Soon
## [3.2.0] - 2024-05-17

### Added

Expand Down Expand Up @@ -86,6 +86,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed policy formatter reordering some comments around if-then-else and
entity identifier expressions. (#861, resolving #787)

## [3.1.4] - 2024-05-17

### Fixed

- The formatter will now fail with an error if it changes a policy's semantics. (#865)

## [3.1.3] - 2024-04-15

### Changed
Expand Down Expand Up @@ -319,6 +325,12 @@ Cedar Language Version: 3.0.0
To continue using this feature you must enable the `permissive-validate`
feature flag. (#428)

## [2.4.6] - 2024-05-17

### Fixed

- The formatter will now fail with an error if it changes a policy's semantics. (#865)

## [2.4.5] - 2023-04-01

### Changed
Expand Down Expand Up @@ -532,13 +544,15 @@ Cedar Language Version: 2.0.0
- Initial release of `cedar-policy`.

[Unreleased]: https://github.com/cedar-policy/cedar/compare/v3.2.0...main
[3.2.0]: https://github.com/cedar-policy/cedar/compare/v3.1.3...v3.2.0
[3.2.0]: https://github.com/cedar-policy/cedar/compare/v3.1.4...v3.2.0
[3.1.4]: https://github.com/cedar-policy/cedar/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/cedar-policy/cedar/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/cedar-policy/cedar/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/cedar-policy/cedar/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/cedar-policy/cedar/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/cedar-policy/cedar/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/cedar-policy/cedar/compare/v2.4.5...v3.0.0
[3.0.0]: https://github.com/cedar-policy/cedar/compare/v2.4.6...v3.0.0
[2.4.6]: https://github.com/cedar-policy/cedar/compare/v2.4.5...v2.4.6
[2.4.5]: https://github.com/cedar-policy/cedar/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/cedar-policy/cedar/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/cedar-policy/cedar/compare/v2.4.2...v2.4.3
Expand Down

0 comments on commit 240118c

Please sign in to comment.