Skip to content

Commit

Permalink
Release narrow v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2024
1 parent 2f937bb commit 19ba39c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## v0.8.2 (2024-08-16)

### New Features

- <csr-id-2f937bb44fa76861f0781e340af0eee1b4306f3f/> add `map` feature with logical array support for `HashMap`

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#223](https://github.com/mbrobbel/narrow/issues/223)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#223](https://github.com/mbrobbel/narrow/issues/223)**
- Add `map` feature with logical array support for `HashMap` ([`2f937bb`](https://github.com/mbrobbel/narrow/commit/2f937bb44fa76861f0781e340af0eee1b4306f3f))
</details>

## v0.8.1 (2024-08-15)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = ["narrow-derive"]

[package]
name = "narrow"
version = "0.8.1"
version = "0.8.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 19ba39c

Please sign in to comment.