File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] - ReleaseDate
4
4
5
+ ## [ 0.2.7] - 2024-02-19
6
+
5
7
### Changed
6
8
- removed dependency on ` itertools ` (#36 )
7
9
- stopped sending ` rust-version ` field (#37 )
49
51
- Initial Release
50
52
51
53
<!-- 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
53
56
[ 0.2.6 ] : https://github.com/tokio-rs/async-backtrace/compare/v0.2.5...v0.2.6
54
57
[ 0.2.5 ] : https://github.com/tokio-rs/async-backtrace/compare/v0.2.4...v0.2.5
55
58
[ 0.2.4 ] : https://github.com/tokio-rs/async-backtrace/compare/v0.2.3...v0.2.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-backtrace-attributes"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
edition = " 2018"
5
5
license = " MIT"
6
6
description = " Procedural macros for the `async-backtrace` crate."
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-backtrace"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
edition = " 2018"
5
5
license = " MIT"
6
6
readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments