Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 30, 2024
1 parent 24cd27a commit ed39cd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ repository = "https://github.com/kevinheavey/five8"

[workspace.dependencies]
five8 = { path = "crates/five8", version = "0.1.0" }
five8_const = { path = "crates/five8_const", version = "0.1.2" }
five8_const = { path = "crates/five8_const", version = "0.1.3" }
five8_core = { path = "crates/five8_core", version = "0.1.0" }
4 changes: 4 additions & 0 deletions crates/five8_const/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.3] - 2024-07-30

Fix edge case in const decoding.

## [0.1.2] - 2024-07-30

Fix typo in README.md
Expand Down
2 changes: 1 addition & 1 deletion crates/five8_const/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "five8_const"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
resolver = "2"
description = "Compile-time base58 decoding."
Expand Down

0 comments on commit ed39cd7

Please sign in to comment.