Skip to content

Commit

Permalink
Merge pull request #363 from pacak/rc-0.2.46
Browse files Browse the repository at this point in the history
Release 0.2.46
  • Loading branch information
pacak authored Jan 15, 2025
2 parents 2fb6a15 + ec2297b commit 57a62b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "cargo-show-asm"
version = "0.2.45"
version = "0.2.46"
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
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.2.46] - 2025-01-15
- `--silent` flag can be used to suppress some of the user directed informatin
thanks @tgross35

## [0.2.45] - 2024-12-23
- flags related to target cpu are now passed to all the dependencies if specified
thanks @zheland
Expand Down

0 comments on commit 57a62b6

Please sign in to comment.