From 53f7cf411acc4c9d2da8b246f454063ebfa22acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 05:45:30 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e85251..1002efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/Remade-With-Rust/rusty_flac/compare/v0.1.2...v0.1.3) - 2026-09-17 + +### Added + +- no_std + alloc support behind the std feature, with an optional pure-Rust libm ([#8](https://github.com/Remade-With-Rust/rusty_flac/pull/8)) + +### Other + +- 194 active installs +- an In the wild block above the headline ([#6](https://github.com/Remade-With-Rust/rusty_flac/pull/6)) + ## [0.1.2](https://github.com/Remade-With-Rust/rusty_flac/compare/v0.1.1...v0.1.2) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 119fb92..4d7d931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_flac" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.85" license = "Apache-2.0"