Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 10, 2024
1 parent f11598f commit cb21a5a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0](https://github.com/alloy-rs/nybbles/releases/tag/v0.3.0) - 2024-12-10

### Bug Fixes

- Ci branch target ([#13](https://github.com/alloy-rs/nybbles/issues/13))

### Dependencies

- Remove path encoding ([#12](https://github.com/alloy-rs/nybbles/issues/12))

### Features

- Improve benchmarks, compare with naive implementation ([#11](https://github.com/alloy-rs/nybbles/issues/11))

### Miscellaneous Tasks

- Sync cliff.toml

### Other

- Move deny to ci ([#14](https://github.com/alloy-rs/nybbles/issues/14))

## [0.2.1](https://github.com/alloy-rs/nybbles/releases/tag/v0.2.1) - 2024-02-26

### Documentation
Expand All @@ -18,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.2.1
- Add changelog script

## [0.2.0](https://github.com/alloy-rs/nybbles/releases/tag/v0.2.0) - 2024-02-26
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nybbles"
version = "0.2.1"
version = "0.3.0"
authors = ["DaniPopes <[email protected]>"]
description = "Efficient nibble-sized (4-bit) byte sequence data structure"
edition = "2021"
Expand Down

0 comments on commit cb21a5a

Please sign in to comment.