Skip to content

Commit 3dcc5ad

Browse files
committed
chore: Release version 0.2.7
1 parent 130847a commit 3dcc5ad

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - ReleaseDate
44

5+
## [0.2.7] - 2024-02-19
6+
57
### Changed
68
- removed dependency on `itertools` (#36)
79
- stopped sending `rust-version` field (#37)
@@ -49,7 +51,8 @@
4951
- Initial Release
5052

5153
<!-- next-url -->
52-
[Unreleased]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.6...HEAD
54+
[Unreleased]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.7...HEAD
55+
[0.2.7]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.6...v0.2.7
5356
[0.2.6]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.5...v0.2.6
5457
[0.2.5]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.4...v0.2.5
5558
[0.2.4]: https://github.com/tokio-rs/async-backtrace/compare/v0.2.3...v0.2.4

attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-backtrace-attributes"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2018"
55
license = "MIT"
66
description = "Procedural macros for the `async-backtrace` crate."

backtrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-backtrace"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2018"
55
license = "MIT"
66
readme = "../README.md"

0 commit comments

Comments
 (0)