File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
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
+
8
14
## [ v0.1.6] - 2021-09-23
9
15
10
16
### Fixed
@@ -141,7 +147,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
141
147
142
148
Initial release
143
149
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
145
152
[ v0.1.6 ] : https://github.com/japaric/cargo-call-stack/compare/v0.1.5...v0.1.6
146
153
[ v0.1.5 ] : https://github.com/japaric/cargo-call-stack/compare/v0.1.4...v0.1.5
147
154
[ v0.1.4 ] : https://github.com/japaric/cargo-call-stack/compare/v0.1.3...v0.1.4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
11
name = " cargo-call-stack"
12
12
readme = " README.md"
13
13
repository = " https://github.com/japaric/cargo-call-stack"
14
- version = " 0.1.6 "
14
+ version = " 0.1.7 "
15
15
16
16
[dependencies ]
17
17
ar = " 0.6.2"
You can’t perform that action at this time.
0 commit comments