Skip to content

Commit 27f2b42

Browse files
committed
release 0.19 (adds trackposition)
1 parent f518a7d commit 27f2b42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
# Version 0.19.0 (2024-06-29)
11+
1012
### Added
1113
- Adds a new source `track_position`. It keeps track of duration since the
1214
beginning of the underlying source.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rodio"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
license = "MIT OR Apache-2.0"
55
description = "Audio playback library"
66
keywords = ["audio", "playback", "gamedev"]

0 commit comments

Comments
 (0)