File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ and this project adheres to
88
99## [ Unreleased]
1010
11- ### Changed
11+ No changes yet.
12+
13+ ### [ 0.5.6] - 2026-07-30
1214
1315- Bumped MSRV to 1.87 due to refactors to use the Rust 2024 edition and
1416 transitive dependency updates.
@@ -181,7 +183,8 @@ while let Ok(Some(_)) = decoder.decode_audio_block() {
181183
182184- First public release.
183185
184- [ Unreleased ] : https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.5...HEAD
186+ [ Unreleased ] : https://github.com/ComunidadAylas/vorbis-rs/compare/v0.5.6...HEAD
187+ [ 0.5.6 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.6
185188[ 0.5.5 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.5
186189[ 0.5.4 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.4
187190[ 0.5.3 ] : https://github.com/ComunidadAylas/vorbis-rs/releases/tag/v0.5.3
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ edition = "2024"
1010rust-version = " 1.87.0"
1111
1212[workspace .dependencies ]
13- aotuv_lancer_vorbis_sys = { path = " packages/aotuv_lancer_vorbis_sys" , version = " 0.1.5 " }
13+ aotuv_lancer_vorbis_sys = { path = " packages/aotuv_lancer_vorbis_sys" , version = " 0.1.6 " }
1414bindgen = " 0.72.1"
1515cc = " 1.2.55"
1616errno = { version = " 0.3.14" , default-features = false }
1717getrandom = { version = " 0.4.1" , features = [" std" ] }
18- ogg_next_sys = { path = " packages/ogg_next_sys" , version = " 0.1.4 " }
18+ ogg_next_sys = { path = " packages/ogg_next_sys" , version = " 0.1.5 " }
1919thiserror = " 2.0.18"
2020tinyvec = { version = " 1.10.0" , default-features = false , features = [
2121 " alloc" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " aotuv_lancer_vorbis_sys"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44authors.workspace = true
55edition.workspace = true
66rust-version.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " ogg_next_sys"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors.workspace = true
55edition.workspace = true
66rust-version.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " vorbis_rs"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44authors.workspace = true
55edition.workspace = true
66rust-version.workspace = true
You can’t perform that action at this time.
0 commit comments