Skip to content

Commit 71bd8bc

Browse files
authored
chore(release): prepare v0.15.0 (#69)
1 parent 5b56a10 commit 71bd8bc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.15.0] - 2026-05-07
11+
1012
### Added
1113

1214
- **Checksum-bearing encodings now fit the `Encoding` ADT.** New

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "yabase"
2-
version = "0.14.0"
2+
version = "0.15.0"
33
description = "Unified binary-to-text encoding: base2, base8, base10, base16, base32, base36, base45, base58, base58check, base62, base64, base85, base91, ascii85, z85, bech32, bech32m, multibase"
44
licences = ["MIT"]
55
repository = { type = "github", user = "nao1215", repo = "yabase" }

0 commit comments

Comments
 (0)