From 93f47a9edbfe48723e42bf542adfa97844303ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:32:22 -0600 Subject: [PATCH] chore: release (#2) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e74475..e0ea39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.1](https://github.com/nkeenan38/voice_activity_detector/compare/v0.0.0...v0.0.1) - 2024-03-24 + +### Other +- update github settings ([#3](https://github.com/nkeenan38/voice_activity_detector/pull/3)) +- release ([#1](https://github.com/nkeenan38/voice_activity_detector/pull/1)) + ## [0.0.0](https://github.com/nkeenan38/voice_activity_detector/releases/tag/v0.0.0) - 2024-03-24 ### Added diff --git a/Cargo.lock b/Cargo.lock index a89a014..c7d4a63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "voice_activity_detector" -version = "0.0.0" +version = "0.0.1" dependencies = [ "futures", "hound", diff --git a/Cargo.toml b/Cargo.toml index 3a7f2bc..bec9511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voice_activity_detector" -version = "0.0.0" +version = "0.0.1" edition = "2021" authors = ["Nick Keenan "] description = "Voice Activity Detector using the Silero VAD model."