Skip to content

Commit

Permalink
Prepare to release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Mar 19, 2024
1 parent e18e057 commit 8f711fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.5.1 - 2024-03-19

* Make it possible to decode in `const`-context (by @joncinque)

## 0.5.0 - 2023-05-23

* Breaking change: make encoding onto resizable buffers not clear them, instead appending onto any existing data
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 = "bs58"
version = "0.5.0"
version = "0.5.1"
description = "Another Base58 codec implementation."
repository = "https://github.com/Nullus157/bs58-rs"
readme = "README.md"
Expand Down
Empty file added foo
Empty file.

0 comments on commit 8f711fb

Please sign in to comment.