Skip to content

Commit

Permalink
chore: 🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee committed Feb 28, 2022
1 parent f07772d commit 0677a97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG

## 0.4.4 (Current)
## 0.4.5 (Current)
- Documentation and tests updated.
- Support cstr with lossy way.
- Make more accurate error from cstr functions.
* Some `UnexpectedEof` is now returns `InvalidData` error.

## 0.4.4
- Documentation and test updates.
- Support boolean.
- Refactor read functions via macro.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary-reader"
version = "0.4.4"
version = "0.4.5"
authors = ["MPThLee <[email protected]>"]
publish = true

Expand Down

0 comments on commit 0677a97

Please sign in to comment.