Skip to content

Commit

Permalink
update changelog and prepare for release 2.15.2 (#281)
Browse files Browse the repository at this point in the history
Update changelog and increment version number for release 2.15.2
  • Loading branch information
brayniac committed Feb 24, 2022
1 parent a1984c3 commit aa88dc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [Unreleased]

# [2.15.2] - 2022-02-24
## Fixed
- Fixes issue where release archives do not build successfully due to inclusion
of `vergen` in the build script. (#279)

# [2.15.1] - 2022-01-06
## Fixed
- Fixes `tcp/connection/accepted` and `tcp/connection/initiated` metrics on
Expand Down Expand Up @@ -216,7 +221,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.1...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.2...HEAD
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.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 = "2.15.2-alpha.0"
version = "2.15.2"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit aa88dc9

Please sign in to comment.