release 0.19 (adds trackposition)

This commit is contained in:
dvdsk 2024-06-29 23:13:46 +02:00
parent f518a7d334
commit 27f2b42406
No known key found for this signature in database
GPG key ID: F687E89FC7894F98
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
# Version 0.19.0 (2024-06-29)
### Added
- Adds a new source `track_position`. It keeps track of duration since the
beginning of the underlying source.

View file

@ -1,6 +1,6 @@
[package]
name = "rodio"
version = "0.18.1"
version = "0.19.0"
license = "MIT OR Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]