Skip to content

Commit 8badb8b

Browse files
committed
ci: crate release 29-12-2023
1 parent c0f9187 commit 8badb8b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

implementations/rust/ockam/ockam_abac/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- Updated dependencies
1212

13+
### Fixed
14+
15+
- Fix action variable in `PolicyAccessControl` `Debug` impl
16+
1317
## 0.46.0 - 2023-12-19
1418

1519
### Changed

tools/cliff/cliff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ commit_parsers = [
3333
{ message = "^chore", skip = true },
3434
{ message = "^.*: add", group = "Added" },
3535
{ message = "^.*: support", group = "Added" },
36+
{ message = "^feat", group = "Added" },
3637
{ message = "^.*: remove", group = "Removed" },
3738
{ message = "^.*: delete", group = "Removed" },
3839
{ message = "^test", group = "Fixed" },

0 commit comments

Comments
 (0)