Skip to content

Commit 5cceb49

Browse files
committed
chore: prepare for v0.17.2 release
1 parent 0bd7fce commit 5cceb49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.17.2] - 2026-02-08
99

1010
### Added
1111

@@ -1059,7 +1059,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10591059

10601060
- Initial commit.
10611061

1062-
[Unreleased]: https://github.com/RustAudio/cpal/compare/v0.17.1...HEAD
1062+
[0.17.2]: https://github.com/RustAudio/cpal/compare/v0.17.1...v0.17.2
10631063
[0.17.1]: https://github.com/RustAudio/cpal/compare/v0.17.0...v0.17.1
10641064
[0.17.0]: https://github.com/RustAudio/cpal/compare/v0.16.0...v0.17.0
10651065
[0.16.0]: https://github.com/RustAudio/cpal/compare/v0.15.3...v0.16.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpal"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "Low-level cross-platform audio I/O library in pure Rust."
55
repository = "https://github.com/RustAudio/cpal"
66
documentation = "https://docs.rs/cpal"

0 commit comments

Comments
 (0)