From b1e29864193c53555a33a15597b7e4f49f78d688 Mon Sep 17 00:00:00 2001 From: Dario A Lencina-Talarico Date: Tue, 7 Jul 2026 00:52:02 -0700 Subject: [PATCH] chore: release v0.1.1 --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- crates/videoeditor-chrome/CHANGELOG.md | 8 ++++++++ crates/videoeditor-media/CHANGELOG.md | 8 ++++++++ crates/videoeditor-timeline/CHANGELOG.md | 8 ++++++++ crates/videoeditor-voice/CHANGELOG.md | 8 ++++++++ crates/videoeditor/CHANGELOG.md | 14 ++++++++++++++ 7 files changed, 56 insertions(+), 10 deletions(-) create mode 100644 crates/videoeditor-chrome/CHANGELOG.md create mode 100644 crates/videoeditor-media/CHANGELOG.md create mode 100644 crates/videoeditor-timeline/CHANGELOG.md create mode 100644 crates/videoeditor-voice/CHANGELOG.md create mode 100644 crates/videoeditor/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index b21ecb4..471dca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "videoeditor" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "base64", @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "videoeditor-chrome" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "base64", @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "videoeditor-media" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "serde_json", @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "videoeditor-timeline" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "serde", @@ -855,7 +855,7 @@ dependencies = [ [[package]] name = "videoeditor-voice" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 567ed58..d34fa40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" members = ["crates/*"] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85" license = "MIT" @@ -20,10 +20,10 @@ serde_json = "1" tungstenite = "0.24" ureq = { version = "2", features = ["json"] } -videoeditor-chrome = { version = "0.1.0", path = "crates/videoeditor-chrome" } -videoeditor-media = { version = "0.1.0", path = "crates/videoeditor-media" } -videoeditor-timeline = { version = "0.1.0", path = "crates/videoeditor-timeline" } -videoeditor-voice = { version = "0.1.0", path = "crates/videoeditor-voice" } +videoeditor-chrome = { version = "0.1.1", path = "crates/videoeditor-chrome" } +videoeditor-media = { version = "0.1.1", path = "crates/videoeditor-media" } +videoeditor-timeline = { version = "0.1.1", path = "crates/videoeditor-timeline" } +videoeditor-voice = { version = "0.1.1", path = "crates/videoeditor-voice" } [profile.release] strip = true diff --git a/crates/videoeditor-chrome/CHANGELOG.md b/crates/videoeditor-chrome/CHANGELOG.md new file mode 100644 index 0000000..11bddf3 --- /dev/null +++ b/crates/videoeditor-chrome/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/crates/videoeditor-media/CHANGELOG.md b/crates/videoeditor-media/CHANGELOG.md new file mode 100644 index 0000000..11bddf3 --- /dev/null +++ b/crates/videoeditor-media/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/crates/videoeditor-timeline/CHANGELOG.md b/crates/videoeditor-timeline/CHANGELOG.md new file mode 100644 index 0000000..11bddf3 --- /dev/null +++ b/crates/videoeditor-timeline/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/crates/videoeditor-voice/CHANGELOG.md b/crates/videoeditor-voice/CHANGELOG.md new file mode 100644 index 0000000..11bddf3 --- /dev/null +++ b/crates/videoeditor-voice/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/crates/videoeditor/CHANGELOG.md b/crates/videoeditor/CHANGELOG.md new file mode 100644 index 0000000..252d7d4 --- /dev/null +++ b/crates/videoeditor/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/security-union/videoeditor/compare/v0.1.0...v0.1.1) - 2026-07-07 + +### Fixed + +- *(cli)* --version carries build provenance (git hash, dirty flag) ([#4](https://github.com/security-union/videoeditor/pull/4))