File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ No changes yet.
12
+
13
+ ## [ 0.5.5] - 2024-12-13
14
+
11
15
### Changed
12
16
13
17
- Bumped MSRV to 1.82 due to refactors to use methods like ` Box::new_uninit ` .
@@ -165,7 +169,8 @@ and this project adheres to
165
169
166
170
- First public release.
167
171
168
- [ Unreleased ] : https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.4...HEAD
172
+ [ Unreleased ] : https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD
173
+ [ 0.5.5 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5
169
174
[ 0.5.4 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4
170
175
[ 0.5.3 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3
171
176
[ 0.5.2 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.2
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ edition = "2021"
10
10
rust-version = " 1.82.0"
11
11
12
12
[workspace .dependencies ]
13
- aotuv_lancer_vorbis_sys = { version = " 0.1.4 " , path = " packages/aotuv_lancer_vorbis_sys" }
14
- ogg_next_sys = { version = " 0.1.3 " , path = " packages/ogg_next_sys" }
13
+ aotuv_lancer_vorbis_sys = { version = " 0.1.5 " , path = " packages/aotuv_lancer_vorbis_sys" }
14
+ ogg_next_sys = { version = " 0.1.4 " , path = " packages/ogg_next_sys" }
15
15
16
16
cc = " 1.2.4"
17
17
bindgen = " 0.71.1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "aotuv_lancer_vorbis_sys"
3
3
description = " Low-level FFI bindings for libvorbis, vorbisfile, and libvorbisenc C libraries with the aoTuV and Lancer patches"
4
4
authors.workspace = true
5
5
license.workspace = true
6
- version = " 0.1.4 "
6
+ version = " 0.1.5 "
7
7
readme = " ../../README.md"
8
8
repository.workspace = true
9
9
documentation = " https://docs.rs/aotuv_lancer_vorbis_sys"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "ogg_next_sys"
3
3
description = " Updated low-level FFI bindings for the upstream libogg C library"
4
4
authors.workspace = true
5
5
license.workspace = true
6
- version = " 0.1.3 "
6
+ version = " 0.1.4 "
7
7
readme = " ../../README.md"
8
8
repository.workspace = true
9
9
documentation = " https://docs.rs/ogg_next_sys"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "vorbis_rs"
3
3
description = " Ogg Vorbis stream encoding and decoding powered by high-level bindings for best-in-breed C libraries"
4
4
authors.workspace = true
5
5
license.workspace = true
6
- version = " 0.5.4 "
6
+ version = " 0.5.5 "
7
7
readme = " ../../README.md"
8
8
repository.workspace = true
9
9
documentation = " https://docs.rs/vorbis_rs"
You can’t perform that action at this time.
0 commit comments