From 7c4c8e89597b5b62faae505af877dfc778a8366c Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sat, 7 Dec 2024 16:48:45 -0500 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ca02d..8de2772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + + +### v0.16.0 (2024-12-07) + +#### Changes + +* MSRV is now as 1.81.0 + +#### Maintenance + +* Update `cargo` and other dependencies to get project building again. ([#403](https://github.com/kbknapp/cargo-outdated/pull/403)) + ### v0.15.0 (2024-02-26) diff --git a/Cargo.toml b/Cargo.toml index ff55fd7..d9d1565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-outdated" -version = "0.15.0" +version = "0.16.0" authors = [ "Kevin K. ", "Frederick Z. ",