Skip to content

Commit

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

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

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

### 📚 Documentation

- Fix docs.rs doc generation — ([2bb5866](https://github.com/GrayJack/rbitset/commit/2bb5866c4c79702fb4375434a9eaade35c0232bf))

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

### 📚 Documentation
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rbitset

[![Rust](https://github.com/GrayJack/rbitset/actions/workflows/build.yml/badge.svg)](https://github.com/GrayJack/rbitset/actions)
[![Latest version](https://img.shields.io/crates/v/rbitset.svg)](https://crates.io/crates/rbitset)
[![Documentation](https://docs.rs/rbitset/badge.svg)](https://docs.rs/rbitset)
![License](https://img.shields.io/crates/l/rbitset.svg)


A bit set, being able to hold a fixed amount of booleans in an array of
integers.

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.5"
//! rbitset = "0.3.6"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit af1a05a

Please sign in to comment.