Skip to content

Commit

Permalink
bump release version to 0.6.0
Browse files Browse the repository at this point in the history
It's time to release the new version.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
  • Loading branch information
takaswie committed Sep 28, 2024
1 parent d10fc05 commit cad702c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rust bindings for hitaki library
================================

2024/02/25
2024/09/25
Takashi Sakamoto

Introduction
Expand All @@ -14,7 +14,7 @@ Introduction

* The crates are available in `crates.io <https://crates.io/>`_ as well.

* The latest release is version 0.5.0.
* The latest release is version 0.6.0.

Crates
======
Expand Down
4 changes: 2 additions & 2 deletions hitaki/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "hitaki"
version = "0.5.0"
version = "0.6.0"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
Expand All @@ -22,7 +22,7 @@ name = "hitaki"
[dependencies]
libc = "0.2"
glib = "0.20"
ffi = { package = "hitaki-sys", version = "0.5" }
ffi = { package = "hitaki-sys", version = "0.6" }

[dev-dependencies]
gir-format-check = "^0.1"
2 changes: 1 addition & 1 deletion hitaki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following line to your Cargo.toml file:

```toml
[dependencies]
hitaki = "0.5.0"
hitaki = "0.6.0"
```

The API documentation is available in <https://docs.rs/hitaki/>.
Expand Down
2 changes: 1 addition & 1 deletion hitaki/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build = "build.rs"
edition = "2021"
links = "hitaki"
name = "hitaki-sys"
version = "0.5.0"
version = "0.6.0"
authors = ["Takashi Sakamoto"]
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]
description = "FFI bindings for hitaki library"
Expand Down

0 comments on commit cad702c

Please sign in to comment.