From 9eef4f84532a88f5df296f706007f168307e3760 Mon Sep 17 00:00:00 2001 From: clitic Date: Sun, 23 Jun 2024 20:40:24 +0530 Subject: [PATCH] release 0.3.2 --- vsd-mp4/src/lib.rs | 2 +- vsd/CHANGELOG.md | 3 +++ vsd/README.md | 14 +++++++------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/vsd-mp4/src/lib.rs b/vsd-mp4/src/lib.rs index e0d9cab..79d4564 100644 --- a/vsd-mp4/src/lib.rs +++ b/vsd-mp4/src/lib.rs @@ -5,7 +5,7 @@ //! //! # Optional Features //! -//! The following are a list of [Cargo features][https://doc.rust-lang.org/stable/cargo/reference/features.html#the-features-section] that can be +//! The following are a list of [Cargo features](https://doc.rust-lang.org/stable/cargo/reference/features.html#the-features-section) that can be //! enabled or disabled: //! //! - **pssh**: Enables support for parsing `PSSH` boxes. diff --git a/vsd/CHANGELOG.md b/vsd/CHANGELOG.md index 03cd0f3..170bb94 100644 --- a/vsd/CHANGELOG.md +++ b/vsd/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2024-06-23 + ### Changed - Removed self update checker. @@ -132,6 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-06-22 [Unreleased]: https://github.com/clitic/vsd/compare/0.3.1...HEAD +[0.3.2]: https://github.com/clitic/vsd/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/clitic/vsd/compare/v0.3.0...0.3.1 [0.3.0]: https://github.com/clitic/vsd/compare/v0.2.5...v0.3.0 [0.2.5]: https://github.com/clitic/vsd/compare/v0.2.0...v0.2.5 diff --git a/vsd/README.md b/vsd/README.md index 728a371..a903192 100644 --- a/vsd/README.md +++ b/vsd/README.md @@ -60,13 +60,13 @@ Visit [releases](https://github.com/clitic/vsd/releases) for prebuilt binaries. | Host | Architecture | Download | |---------------------|--------------|--------------------------------------------------------------------------------------------------------------| -| Android 7+ (Termux) | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-aarch64-linux-android.tar.xz) | -| Linux | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-aarch64-unknown-linux-musl.tar.xz) | -| MacOS 11.7+ | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-aarch64-apple-darwin.tar.xz) | -| Windows | aarch64 | [.zip](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-aarch64-pc-windows-msvc.zip) | -| Linux | x86_64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-x86_64-unknown-linux-musl.tar.xz) | -| MacOS 11.7+ | x86_64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-x86_64-apple-darwin.tar.xz) | -| Windows | x86_64 | [.zip](https://github.com/clitic/vsd/releases/download/0.3.1/vsd-0.3.1-x86_64-pc-windows-msvc.zip) | +| Android 7+ (Termux) | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-aarch64-linux-android.tar.xz) | +| Linux | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-aarch64-unknown-linux-musl.tar.xz) | +| MacOS 11.7+ | aarch64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-aarch64-apple-darwin.tar.xz) | +| Windows | aarch64 | [.zip](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-aarch64-pc-windows-msvc.zip) | +| Linux | x86_64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-x86_64-unknown-linux-musl.tar.xz) | +| MacOS 11.7+ | x86_64 | [.tar.xz](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-x86_64-apple-darwin.tar.xz) | +| Windows | x86_64 | [.zip](https://github.com/clitic/vsd/releases/download/0.3.2/vsd-0.3.2-x86_64-pc-windows-msvc.zip) | You can also install vsd through cargo by using this command.