From 1f93343d11341c1b32d0f1a85e7f252068cabcfa Mon Sep 17 00:00:00 2001 From: cog-bot Date: Sat, 11 Jan 2025 19:08:43 +0000 Subject: [PATCH] chore(version): v4.1.25 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a09571..9609c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v4.1.25](https://github.com/PurpleBooth/readable-name-generator/compare/50b5d9afbebe44aa2cadb193e70e07727dc1b8a8..v4.1.25) - 2025-01-11 +#### Bug Fixes +- bump versions - ([50b5d9a](https://github.com/PurpleBooth/readable-name-generator/commit/50b5d9afbebe44aa2cadb193e70e07727dc1b8a8)) - Billie Thompson + +- - - + ## [v4.1.24](https://github.com/PurpleBooth/readable-name-generator/compare/9df62109f8c2880d8e1d3788e3c2a76708d1c63e..v4.1.24) - 2024-12-23 #### Bug Fixes - **(deps)** update rust crate clap_complete to v4.5.40 (#324) - ([7e51740](https://github.com/PurpleBooth/readable-name-generator/commit/7e517400899395080460693cdf300ddb3b2ae64d)) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index ed62159..5254883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "readable-name-generator" -version = "4.1.24" +version = "4.1.25" dependencies = [ "anarchist-readable-name-generator-lib", "clap", diff --git a/Cargo.toml b/Cargo.toml index 63435d6..ab0e0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "readable-name-generator" description = "Generate a readable name for throwaway infrastructure" -version = "4.1.24" +version = "4.1.25" edition = "2021" license = "CC0-1.0" repository = "https://github.com/PurpleBooth/anarchist-readable-name-generator-lib.git"