Skip to content

Commit

Permalink
Merge pull request #346 from pacak/rc-0.2.43
Browse files Browse the repository at this point in the history
Release 0.2.43
  • Loading branch information
pacak authored Dec 7, 2024
2 parents 4a9dc5a + 89fd50c commit 134c856
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
[package]
name = "cargo-show-asm"
version = "0.2.42"
version = "0.2.43"
edition = "2021"
description = "A cargo subcommand that displays the generated assembly of Rust source code."
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.2.43] - 2024-12-07
- `-vv` also prints invoked cargo command (#345)
thanks @zheland
- bump deps

## [0.2.42] - 2024-11-10
- `--quiet` option that gets passed to `cargo
- Also search for context in `.set` statements - for merged functions
Expand Down

0 comments on commit 134c856

Please sign in to comment.