diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c124383 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 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.0.3](https://github.com/moia-oss/tinybitset/compare/v0.0.2...v0.0.3) - 2024-10-11 + +### Other + +- dependabot tweaks ([#17](https://github.com/moia-oss/tinybitset/pull/17)) +- use grouped dependabot updates ([#15](https://github.com/moia-oss/tinybitset/pull/15)) +- use release-plz ([#14](https://github.com/moia-oss/tinybitset/pull/14)) diff --git a/Cargo.toml b/Cargo.toml index 9ce6e1b..925587e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinybitset" description = "Generic implementation of small, fixed size, copyable bitsets" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/moia-oss/tinybitset"