Skip to content

Commit

Permalink
chore(version): v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Feb 16, 2025
1 parent 1346c48 commit 4773003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.3.5](https://github.com/GrayJack/rbitset/compare/v0.3.4..v0.3.5) — 2025-02-16

### 📚 Documentation

- Update and cleanup doc attributes — ([f8f6bbb](https://github.com/GrayJack/rbitset/commit/f8f6bbb430c5404f8281b07a103d5f2b950e775a))
- Add changelog to rustdoc — ([1a5ce4f](https://github.com/GrayJack/rbitset/commit/1a5ce4f7b5cae43e89dbc88aa207df81cc59ee63))
- Improve entry documentation — ([3c4f03f](https://github.com/GrayJack/rbitset/commit/3c4f03f0bd4825a8879fc0fcb9d955942303673f))
- Improve `BitSet` type documentation — ([8e142be](https://github.com/GrayJack/rbitset/commit/8e142be3f9af606206deb63ae42aa4c5710d40c1))
- Fix typos — ([1346c48](https://github.com/GrayJack/rbitset/commit/1346c48035dab8da0bd56e723f6df380c30df23a))

### ⚙️ Continuous Integration

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbitset"
description = "A bit set, being able to hold a fixed amount of booleans in an array of integers"
version = "0.3.4"
version = "0.3.5"
authors = [
"Eric Shimizu Karbstein <[email protected]>",
"jD91mZM2 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//!
//! ```toml
//! [dependencies]
//! rbitset = "0.3.4"
//! rbitset = "0.3.5"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 4773003

Please sign in to comment.