We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f518a7d commit 27f2b42Copy full SHA for 27f2b42
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+# Version 0.19.0 (2024-06-29)
11
+
12
### Added
13
- Adds a new source `track_position`. It keeps track of duration since the
14
beginning of the underlying source.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rodio"
3
-version = "0.18.1"
+version = "0.19.0"
4
license = "MIT OR Apache-2.0"
5
description = "Audio playback library"
6
keywords = ["audio", "playback", "gamedev"]
0 commit comments