Skip to content

Commit 0ee554f

Browse files
committed
release new version
1 parent 9ce2b3f commit 0ee554f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pulse-binding/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# <unreleased>
1+
# 2.30.0 (April 19th, 2025)
22

3-
* Added `to_owned()` methods to a bunch of objects like `SinkInfo` (as requested back in 2021 in
3+
* Added `to_owned()` methods to a bunch of introspection objects (as requested back in 2021 in
44
issue 44). Thanks to @t4ccer on github for prompting this and providing an initial partial
55
implementation.
6-
* Dropped additional long-deprecated constants, missed in the previous version.
7-
* Dropped long-deprecated `check_version()` function.
8-
* Dropped deprecated `CardProfileInfo2` introspection alias.
96
* Added `set_corked_state()` method to `Stream` providing an alternative to using `cork()` and
107
`uncork()`.
118
* Added length checks to the `set_prop_int_array()` and `set_prop_string_array()` methods of
129
`format::Info`. Now should you happen to pass in an array with a length larger than can fit
1310
within the `len` parameter of the C function, it will panic.
11+
* Dropped additional long-deprecated constants, missed in the previous version.
12+
* Dropped long-deprecated `check_version()` function.
13+
* Dropped deprecated `CardProfileInfo2` introspection alias.
1414

1515
# 2.29.0 (March 3rd, 2025)
1616

pulse-binding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "libpulse-binding"
4-
version = "2.29.0"
4+
version = "2.30.0"
55
authors = ["Lyndon Brown <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

pulse-sys/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <unreleased>
1+
# 1.23.0 (April 19th, 2025)
22

33
* Dropped long-deprecated `pa_check_version()` function.
44

pulse-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "libpulse-sys"
4-
version = "1.22.0"
4+
version = "1.23.0"
55
authors = ["Lyndon Brown <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)