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 b6ad26a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
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.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
@@ -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 b6ad26a

Please sign in to comment.