Skip to content

Commit 0677a97

Browse files
committed
chore: 🔖 bump version
1 parent f07772d commit 0677a97

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG
22

3-
## 0.4.4 (Current)
3+
## 0.4.5 (Current)
4+
- Documentation and tests updated.
5+
- Support cstr with lossy way.
6+
- Make more accurate error from cstr functions.
7+
* Some `UnexpectedEof` is now returns `InvalidData` error.
8+
9+
## 0.4.4
410
- Documentation and test updates.
511
- Support boolean.
612
- Refactor read functions via macro.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binary-reader"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["MPThLee <mpthlee@gmail.com>"]
55
publish = true
66

0 commit comments

Comments
 (0)