Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jun 19, 2023
1 parent 904de36 commit 403b716
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v0.13.0"></a>
### v0.13.0 (2023-06-19)

#### Changes

* MSRV is now properly noted as 1.67.0. A note has been added that while you may be able to compile
on an earlier version of Rust, the MSRV is what is required to _run_ `cargo-oudated` because it
uses `cargo` internally.

#### Maintenance

* bump `strum` to v0.25

<a name="v0.12.0"></a>
### v0.12.0 (2023-06-17)

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
@@ -1,6 +1,6 @@
[package]
name = "cargo-outdated"
version = "0.12.0"
version = "0.13.0"
authors = [
"Kevin K. <[email protected]>",
"Frederick Z. <[email protected]>",
Expand Down

0 comments on commit 403b716

Please sign in to comment.