From aad983fecc97d60414a3c38d6e0d84de99b50417 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:51:37 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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"