From 788f383425b5405cb15a6343a4603f187d78dcf2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2024 07:57:08 +0000 Subject: [PATCH] chore(release): 0.10.240 [skip ci] ## [0.10.240](https://github.com/EricCrosson/git-disjoint/compare/v0.10.239...v0.10.240) (2024-11-17) ### Bug Fixes * **deps:** update rust crate serde_json to v1.0.133 ([2368ec0](https://github.com/EricCrosson/git-disjoint/commit/2368ec001536d4938eccfd892ecc680b9e30b9d6)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e9e25..e112e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.10.240](https://github.com/EricCrosson/git-disjoint/compare/v0.10.239...v0.10.240) (2024-11-17) + + +### Bug Fixes + +* **deps:** update rust crate serde_json to v1.0.133 ([2368ec0](https://github.com/EricCrosson/git-disjoint/commit/2368ec001536d4938eccfd892ecc680b9e30b9d6)) + ## [0.10.239](https://github.com/EricCrosson/git-disjoint/compare/v0.10.238...v0.10.239) (2024-11-15) diff --git a/Cargo.lock b/Cargo.lock index 8a0a0e2..cd1455b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-disjoint" -version = "0.10.239" +version = "0.10.240" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 3e8c24b..ab45ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-disjoint" -version = "0.10.239" +version = "0.10.240" edition = "2021" authors = ["Eric Crosson "] license = "MIT OR Apache-2.0"