Skip to content

Commit

Permalink
changelog nits (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta authored May 17, 2024
2 parents 0d83626 + 5d2b8ff commit 5b2bc65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cedar-policy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.2.0 - Coming Soon
## 3.2.0

### Added

Expand All @@ -9,7 +9,6 @@
- A `--check` flag for the `format` subcommand. This flag checks if the policy
is already formatted and exits with a non-zero status if it is not. (#798, resolving #796)


## 3.1.3

- The `translate-schema` command now produces prettier output.
Expand Down
20 changes: 17 additions & 3 deletions cedar-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

### Added

Expand Down Expand Up @@ -55,6 +55,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 @@ -288,6 +294,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 @@ -501,13 +513,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 5b2bc65

Please sign in to comment.