Skip to content

Commit

Permalink
Backport #1434 to main (#1438)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <[email protected]>
Co-authored-by: Craig Disselkoen <[email protected]>
  • Loading branch information
shaobo-he-aws and cdisselkoen authored Jan 22, 2025
1 parent 1423877 commit 2aa652e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion cedar-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ Starting with version 3.2.4, changes marked with a star (*) are _language breaki
## [Unreleased]
Cedar Language Version: TBD

## [4.3.0] - Coming soon
## [4.3.1] - Coming soon
Cedar Language Version: 4.2

### Fixed

- Disable doc generation for feature `protobufs`, unblocking that for other features (#1434)

## [4.3.0] - 2025-01-21
Cedar Language Version: 4.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion cedar-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ name = "deeply_nested_est"
harness = false

[package.metadata.docs.rs]
features = ["experimental"]
features = ["partial-eval", "permissive-validate", "partial-validate", "level-validate", "entity-manifest", "datetime"]
rustdoc-args = ["--cfg", "docsrs"]

[lints]
Expand Down

0 comments on commit 2aa652e

Please sign in to comment.