Skip to content

Commit 27de268

Browse files
committed
release new version
1 parent 3394169 commit 27de268

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

pulse-binding-mainloop-glib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.25.1 (January 13th, 2022)
2+
3+
* Minor tweaks not worth documenting.
4+
15
# 2.25.0 (August 29th, 2021)
26

37
* Minor tweaks to work with the changes in verson 2.25.0 of the main binding crate.

pulse-binding-mainloop-glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "libpulse-glib-binding"
4-
version = "2.25.0"
4+
version = "2.25.1"
55
authors = ["Lyndon Brown <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

pulse-binding-simple/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [unreleased]
1+
# 2.25.0 (January 13th, 2022)
22

33
* Changed the return type of `Simple::get_latency()` to pass error codes to the caller on error.
44
* Tweaked the implementation of `Simple::get_latency()` such that in the hypothetical situation (it

pulse-binding-simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "libpulse-simple-binding"
4-
version = "2.24.1"
4+
version = "2.25.0"
55
authors = ["Lyndon Brown <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

pulse-binding/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [unreleased]
1+
# 2.26.0 (January 13th, 2022)
22

33
* Changed the type of the `timestamp` member of `def::TimingInfo` from `Timeval` to `UnixTs` since
44
it is actually a system time not a generic duration.

pulse-binding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "libpulse-binding"
4-
version = "2.25.0"
4+
version = "2.26.0"
55
authors = ["Lyndon Brown <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)