From 313becefa8a67f2233c40d9596fb9f7f0fe8f0f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:17:55 +0000 Subject: [PATCH] chore: release v0.14.4 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca3fd3..be194d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,36 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.14.4](https://github.com/rinde/more_collections/compare/v0.14.3...v0.14.4) - 2025-08-29 + +### Added + +- specify msrv ([#100](https://github.com/rinde/more_collections/pull/100)) + +### Other + +- bump the cargo group across 1 directory with 2 updates ([#121](https://github.com/rinde/more_collections/pull/121)) +- bump the cargo group with 2 updates ([#118](https://github.com/rinde/more_collections/pull/118)) +- bump the cargo group with 2 updates ([#117](https://github.com/rinde/more_collections/pull/117)) +- bump the cargo group across 1 directory with 4 updates ([#114](https://github.com/rinde/more_collections/pull/114)) +- update Rust to 1.88.0 ([#116](https://github.com/rinde/more_collections/pull/116)) +- bump the cargo group across 1 directory with 4 updates ([#110](https://github.com/rinde/more_collections/pull/110)) +- bump the cargo group with 3 updates ([#107](https://github.com/rinde/more_collections/pull/107)) +- bump derive_more from 1.0.0 to 2.0.1 in the cargo group ([#106](https://github.com/rinde/more_collections/pull/106)) +- bump serde_json from 1.0.137 to 1.0.138 in the cargo group across 1 directory ([#105](https://github.com/rinde/more_collections/pull/105)) +- update `rand` to 0.9.0 ([#104](https://github.com/rinde/more_collections/pull/104)) +- update Rust to 1.84.0 ([#103](https://github.com/rinde/more_collections/pull/103)) +- bump the cargo group with 2 updates ([#101](https://github.com/rinde/more_collections/pull/101)) +- bump the cargo group with 2 updates ([#98](https://github.com/rinde/more_collections/pull/98)) +- bump serde from 1.0.215 to 1.0.216 in the cargo group ([#96](https://github.com/rinde/more_collections/pull/96)) +- bump indexmap from 2.6.0 to 2.7.0 in the cargo group ([#94](https://github.com/rinde/more_collections/pull/94)) +# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), diff --git a/Cargo.lock b/Cargo.lock index 67c0630..84db024 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "more_collections" -version = "0.14.3" +version = "0.14.4" dependencies = [ "criterion", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 694c130..8de9f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "more_collections" -version = "0.14.3" +version = "0.14.4" rust-version = "1.76.0" authors = ["Rinde van Lon "] description = "Additional collections not found in std::collections"