Skip to content

Commit bceb479

Browse files
committed
bump release version to 0.5.0
It's time to release the new version. Signed-off-by: Takashi Sakamoto <[email protected]>
1 parent 6f88235 commit bceb479

File tree

17 files changed

+24
-24
lines changed

17 files changed

+24
-24
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Rust bindings for libraries in alsa-gobject
33
===========================================
44

5-
2022/07/14
5+
2023/01/04
66
Takashi Sakamoto
77

88
Introduction
@@ -14,7 +14,7 @@ Introduction
1414

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

17-
* The latest release is version 0.4.0.
17+
* The latest release is version 0.5.0.
1818

1919
Crates
2020
======

alsactl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "alsactl"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -24,7 +24,7 @@ name = "alsactl"
2424
libc = "0.2"
2525
bitflags = "1.0"
2626
glib = "0.18"
27-
ffi = {package = "alsactl-sys", version = "0.4.0" }
27+
ffi = {package = "alsactl-sys", version = "0.5.0" }
2828

2929
[dev-dependencies]
3030
gir-format-check = "^0.1"

alsactl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsactl = "0.4.0"
18+
alsactl = "0.5"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsactl/>.

alsactl/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2021"
44
links = "alsactl"
55
name = "alsactl-sys"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
# For publishing.
88
authors = ["Takashi Sakamoto"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

alsahwdep/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "alsahwdep"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -24,7 +24,7 @@ name = "alsahwdep"
2424
libc = "0.2"
2525
bitflags = "1.0"
2626
glib = "0.18"
27-
ffi = {package = "alsahwdep-sys", version = "0.4.0" }
27+
ffi = {package = "alsahwdep-sys", version = "0.5.0" }
2828

2929
[dev-dependencies]
3030
gir-format-check = "^0.1"

alsahwdep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsahwdep = "0.4.0"
18+
alsahwdep = "0.5"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsahwdep/>.

alsahwdep/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2021"
44
links = "alsahwdep"
55
name = "alsahwdep-sys"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
# For publishing.
88
authors = ["Takashi Sakamoto"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

alsarawmidi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "alsarawmidi"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -25,7 +25,7 @@ libc = "0.2"
2525
bitflags = "1.0"
2626
glib = "0.18"
2727

28-
ffi = {package = "alsarawmidi-sys", version = "0.4.0" }
28+
ffi = {package = "alsarawmidi-sys", version = "0.5.0" }
2929

3030
[dev-dependencies]
3131
gir-format-check = "^0.1"

alsarawmidi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsarawmidi = "0.4.0"
18+
alsarawmidi = "0.5"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsarawmidi/>.

alsarawmidi/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2021"
44
links = "alsarawmidi"
55
name = "alsarawmidi-sys"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
# For publishing.
88
authors = ["Takashi Sakamoto <[email protected]>"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

0 commit comments

Comments
 (0)