File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # < unreleased >
1
+ # 2.30.0 (April 19th, 2025)
2
2
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
4
4
issue 44). Thanks to @t4ccer on github for prompting this and providing an initial partial
5
5
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.
9
6
* Added ` set_corked_state() ` method to ` Stream ` providing an alternative to using ` cork() ` and
10
7
` uncork() ` .
11
8
* Added length checks to the ` set_prop_int_array() ` and ` set_prop_string_array() ` methods of
12
9
` format::Info ` . Now should you happen to pass in an array with a length larger than can fit
13
10
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.
14
14
15
15
# 2.29.0 (March 3rd, 2025)
16
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
3
name = " libpulse-binding"
4
- version = " 2.29 .0"
4
+ version = " 2.30 .0"
5
5
authors = [
" Lyndon Brown <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change 1
- # < unreleased >
1
+ # 1.23.0 (April 19th, 2025)
2
2
3
3
* Dropped long-deprecated ` pa_check_version() ` function.
4
4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
3
name = " libpulse-sys"
4
- version = " 1.22 .0"
4
+ version = " 1.23 .0"
5
5
authors = [
" Lyndon Brown <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments