Skip to content

Commit

Permalink
prepare for release 4.1.0 (#363)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 4.1.0
  • Loading branch information
brayniac authored Oct 23, 2024
1 parent 3e97342 commit d6bf693
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [4.1.0] - 2024-10-23

### Added

- `rezolus-recorder` which can connect to a running Rezolus instance and record
metrics into a parquet file. (#356)

### Fixed

- Configured listen address was ignored and a default was used. (#362)

## [4.0.0] - 2024-09-27

### Changed
Expand Down Expand Up @@ -315,7 +326,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.0.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.0...HEAD
[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
[3.18.0]: https://github.com/iopsystems/rezolus/compare/v3.17.0...v3.18.0
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.0.1-alpha.0"
version = "4.1.0"
license = "MIT OR Apache-2.0"
publish = false
edition = "2021"
Expand Down

0 comments on commit d6bf693

Please sign in to comment.