Skip to content

Commit f105b7a

Browse files
authored
Fix missing changelog for bin crate (#121)
1 parent b141451 commit f105b7a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

bin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.3.5-git
4+
5+
### Minor
6+
7+
- Specify MSRV of 1.81
8+
9+
### Patch
10+
11+
- Update `data-encoding` version
12+
13+
## 0.3.4
14+
15+
### Patch
16+
17+
- Update `data-encoding` version
18+
319
## 0.3.3
420

521
### Patch

bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-bin"
3-
version = "0.3.4"
3+
version = "0.3.5-git"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)