Skip to content

Commit

Permalink
chore: prepare for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Feb 1, 2024
1 parent c634626 commit a02231d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-

## [0.7.1] - 2024-02-01

### Added
- boltdb support for `podman` container configuration

### Changed
- read cgroup name in BPF

### Fixed
- one character string value in rule engine DSL
- handle containers which were running before Pulsar

## [0.7.0] - 2023-12-20

### Added
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ members = [
]

[workspace.package]
version = "0.7.0"
version = "0.7.1"
license = "Apache-2.0 WITH BPF probes exception under GPL-2.0"
edition = "2021"
repository = "https://github.com/Exein-io/pulsar"
Expand Down
2 changes: 1 addition & 1 deletion crates/validatron/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validatron-derive"
version = "0.7.0"
version = "0.7.1"
license = "Apache-2.0"
edition = "2021"

Expand Down

0 comments on commit a02231d

Please sign in to comment.