Skip to content

Commit

Permalink
fix up CHANGELOG and Cargo.toml version
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Oct 28, 2024
1 parent 12d4439 commit 49080d5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.15] - 2024-10-28
## [v0.1.16] - 2024-10-28

### Added

Expand All @@ -15,6 +15,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- bump known working version to nightly-2023-11-13

## [v0.1.15] - 2023-02-27

### Added

- alternative top-like output via the new `--format` flag

### Fixed

- ir parser: accept `true`/`false` as `i1` values

## [v0.1.14] - 2022-11-24

### Fixed
Expand Down Expand Up @@ -207,7 +217,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/japaric/cargo-call-stack/compare/v0.1.14...HEAD
[Unreleased]: https://github.com/japaric/cargo-call-stack/compare/v0.1.16...HEAD
[v0.1.16]: https://github.com/japaric/cargo-call-stack/compare/v0.1.15...v0.1.16
[v0.1.15]: https://github.com/japaric/cargo-call-stack/compare/v0.1.14...v0.1.15
[v0.1.14]: https://github.com/japaric/cargo-call-stack/compare/v0.1.13...v0.1.14
[v0.1.13]: https://github.com/japaric/cargo-call-stack/compare/v0.1.12...v0.1.13
[v0.1.12]: https://github.com/japaric/cargo-call-stack/compare/v0.1.11...v0.1.12
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
name = "cargo-call-stack"
readme = "README.md"
repository = "https://github.com/japaric/cargo-call-stack"
version = "0.1.15"
version = "0.1.16"

[dependencies]
anyhow = "1"
Expand Down

0 comments on commit 49080d5

Please sign in to comment.