Skip to content

Commit

Permalink
bump release version to v0.5.2
Browse files Browse the repository at this point in the history
This maintenance release includes code refactoring for top-level module
and subclass module.

Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed May 6, 2022
1 parent 7646074 commit f7ac8d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hinawa Rust bindings
====================

2022/05/02
2022/05/06
Takashi Sakamoto

Introduction
Expand Down
2 changes: 1 addition & 1 deletion hinawa-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hinawa-sys"
version = "0.5.1"
version = "0.5.2"
description = "FFI bindings for libhinawa2 library"
authors = ["Takashi Sakamoto <[email protected]>"]
links = "hinawa"
Expand Down
2 changes: 1 addition & 1 deletion hinawa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hinawa"
version = "0.5.1"
version = "0.5.2"
description = "API bindings for libhinawa2 library"
authors = ["Takashi Sakamoto <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f7ac8d0

Please sign in to comment.