Skip to content

Commit

Permalink
prepare for release 4.1.1 (iopsystems#366)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 4.1.1
  • Loading branch information
brayniac authored Oct 25, 2024
1 parent 09438fa commit d56e251
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [4.1.1] - 2024-10-24

### Fixed

- Fixed packaging workflow so DEB and RPM artifacts are published. (#365)

## [4.1.0] - 2024-10-23

### Added
Expand Down Expand Up @@ -326,7 +332,8 @@
- Rewritten implementation of Rezolus using libbpf-rs and perf-event2 to provide
a more modern approach to BPF and Perf Event instrumentation.

[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.1...HEAD
[4.1.1]: https://github.com/iopsystems/rezolus/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/iopsystems/rezolus/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/iopsystems/rezolus/compare/v3.18.1...v4.0.0
[3.18.1]: https://github.com/iopsystems/rezolus/compare/v3.18.0...v3.18.1
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "4.1.1-alpha.0"
version = "4.1.1"
license = "MIT OR Apache-2.0"
publish = false
edition = "2021"
Expand Down

0 comments on commit d56e251

Please sign in to comment.