Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/),
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,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 <rindevanlon@gmail.com>"]
description = "Additional collections not found in std::collections"
Expand Down