Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed May 10, 2024
1 parent 122e1cd commit 69ccabd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.12.1] - 2024-05-10
### Added
- Improve `strip = false` handling. Strip is always disabled for `cargo bloat` builds now.
Thanks to [@intelfx](https://github.com/intelfx).

## [0.12.0] - 2024-04-14
### Added
- The `--config` flag. That matches the `cargo build --config`.
Expand Down
6 changes: 3 additions & 3 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-bloat"
version = "0.12.0"
version = "0.12.1"
authors = ["Yevhenii Reizner <[email protected]>"]
description = "Find out what takes most of the space in your executable."
categories = ["development-tools::cargo-plugins"]
Expand Down

0 comments on commit 69ccabd

Please sign in to comment.