Skip to content

Commit f03feb6

Browse files
committed
v0.1.7
1 parent 98501ef commit f03feb6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.7] - 2022-06-15
9+
10+
### Fixed
11+
12+
- updated LLVM IR parser to recognize the output of newer toolchains (~nightly-2022-06-15)
13+
814
## [v0.1.6] - 2021-09-23
915

1016
### Fixed
@@ -141,7 +147,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
141147

142148
Initial release
143149

144-
[Unreleased]: https://github.com/japaric/cargo-call-stack/compare/v0.1.6...HEAD
150+
[Unreleased]: https://github.com/japaric/cargo-call-stack/compare/v0.1.7...HEAD
151+
[v0.1.7]: https://github.com/japaric/cargo-call-stack/compare/v0.1.6...v0.1.7
145152
[v0.1.6]: https://github.com/japaric/cargo-call-stack/compare/v0.1.5...v0.1.6
146153
[v0.1.5]: https://github.com/japaric/cargo-call-stack/compare/v0.1.4...v0.1.5
147154
[v0.1.4]: https://github.com/japaric/cargo-call-stack/compare/v0.1.3...v0.1.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "cargo-call-stack"
1212
readme = "README.md"
1313
repository = "https://github.com/japaric/cargo-call-stack"
14-
version = "0.1.6"
14+
version = "0.1.7"
1515

1616
[dependencies]
1717
ar = "0.6.2"

0 commit comments

Comments
 (0)