Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
1 parent 6383fd7 commit aad983f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aad983f

Please sign in to comment.