File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.0.3] ( https://github.com/moia-oss/tinybitset/compare/v0.0.2...v0.0.3 ) - 2025-11-21
11+
12+ ### Other
13+
14+ - bump actions/checkout from 5 to 6 in the github-actions group ([ #19 ] ( https://github.com/moia-oss/tinybitset/pull/19 ) )
15+ - bump actions/checkout from 4 to 5 in the github-actions group ([ #18 ] ( https://github.com/moia-oss/tinybitset/pull/18 ) )
16+ - dependabot tweaks ([ #17 ] ( https://github.com/moia-oss/tinybitset/pull/17 ) )
17+ - use grouped dependabot updates ([ #15 ] ( https://github.com/moia-oss/tinybitset/pull/15 ) )
18+ - use release-plz ([ #14 ] ( https://github.com/moia-oss/tinybitset/pull/14 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " tinybitset"
33description = " Generic implementation of small, fixed size, copyable bitsets"
4- version = " 0.0.2 "
4+ version = " 0.0.3 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/moia-oss/tinybitset"
You can’t perform that action at this time.
0 commit comments