Skip to content

Commit aa88dc9

Browse files
authored
update changelog and prepare for release 2.15.2 (#281)
Update changelog and increment version number for release 2.15.2
1 parent a1984c3 commit aa88dc9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# [Unreleased]
22

3+
# [2.15.2] - 2022-02-24
4+
## Fixed
5+
- Fixes issue where release archives do not build successfully due to inclusion
6+
of `vergen` in the build script. (#279)
7+
38
# [2.15.1] - 2022-01-06
49
## Fixed
510
- Fixes `tcp/connection/accepted` and `tcp/connection/initiated` metrics on
@@ -216,7 +221,8 @@ characteristics.
216221

217222
Initial release.
218223

219-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.1...HEAD
224+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.2...HEAD
225+
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2
220226
[2.15.1]: https://github.com/twitter/rezolus/compare/v2.15.0...v2.15.1
221227
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
222228
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.15.2-alpha.0"
3+
version = "2.15.2"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)