Skip to content

Commit c9d784f

Browse files
chore: release v0.1.2
1 parent 7d94c80 commit c9d784f

9 files changed

Lines changed: 71 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.1"
6+
version = "0.1.2"
77
edition = "2024"
88
rust-version = "1.85"
99
license = "MIT"
@@ -21,12 +21,12 @@ tiny_http = "0.12"
2121
tungstenite = "0.24"
2222
ureq = { version = "2", features = ["json"] }
2323

24-
videoeditor-chrome = { version = "0.1.1", path = "crates/videoeditor-chrome" }
25-
videoeditor-genai = { version = "0.1.1", path = "crates/videoeditor-genai" }
26-
videoeditor-media = { version = "0.1.1", path = "crates/videoeditor-media" }
27-
videoeditor-record = { version = "0.1.1", path = "crates/videoeditor-record" }
28-
videoeditor-timeline = { version = "0.1.1", path = "crates/videoeditor-timeline" }
29-
videoeditor-voice = { version = "0.1.1", path = "crates/videoeditor-voice" }
24+
videoeditor-chrome = { version = "0.1.2", path = "crates/videoeditor-chrome" }
25+
videoeditor-genai = { version = "0.1.2", path = "crates/videoeditor-genai" }
26+
videoeditor-media = { version = "0.1.2", path = "crates/videoeditor-media" }
27+
videoeditor-record = { version = "0.1.2", path = "crates/videoeditor-record" }
28+
videoeditor-timeline = { version = "0.1.2", path = "crates/videoeditor-timeline" }
29+
videoeditor-voice = { version = "0.1.2", path = "crates/videoeditor-voice" }
3030

3131
[profile.release]
3232
strip = true

crates/videoeditor-chrome/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/videoeditor-chrome-v0.1.1...videoeditor-chrome-v0.1.2) - 2026-07-10
11+
12+
### Other
13+
14+
- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))
15+
1016
## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-chrome-v0.1.0...videoeditor-chrome-v0.1.1) - 2026-07-07
1117

1218
### Other
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

crates/videoeditor-media/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/videoeditor-media-v0.1.1...videoeditor-media-v0.1.2) - 2026-07-10
11+
12+
### Other
13+
14+
- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))
15+
1016
## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-media-v0.1.0...videoeditor-media-v0.1.1) - 2026-07-07
1117

1218
### Other
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/videoeditor-record-v0.1.1...videoeditor-record-v0.1.2) - 2026-07-10
11+
12+
### Other
13+
14+
- web-based narration recorder (`videoeditor record`) ([#9](https://github.com/security-union/videoeditor/pull/9))

crates/videoeditor-timeline/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/videoeditor-timeline-v0.1.1...videoeditor-timeline-v0.1.2) - 2026-07-10
11+
12+
### Other
13+
14+
- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))
15+
1016
## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-timeline-v0.1.0...videoeditor-timeline-v0.1.1) - 2026-07-07
1117

1218
### Other

crates/videoeditor-voice/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/videoeditor-voice-v0.1.1...videoeditor-voice-v0.1.2) - 2026-07-10
11+
12+
### Other
13+
14+
- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))
15+
1016
## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-voice-v0.1.0...videoeditor-voice-v0.1.1) - 2026-07-07
1117

1218
### Other

crates/videoeditor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/security-union/videoeditor/compare/v0.1.1...v0.1.2) - 2026-07-10
11+
12+
### Added
13+
14+
- videoeditor-genai — typed image-gen clients (grok + imagen) and an `image` subcommand ([#8](https://github.com/security-union/videoeditor/pull/8))
15+
16+
### Other
17+
18+
- web-based narration recorder (`videoeditor record`) ([#9](https://github.com/security-union/videoeditor/pull/9))
19+
1020
## [0.1.1](https://github.com/security-union/videoeditor/compare/v0.1.0...v0.1.1) - 2026-07-07
1121

1222
### Fixed

0 commit comments

Comments
 (0)