File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "3"
33members = [" crates/*" ]
44
55[workspace .package ]
6- version = " 0.1.1 "
6+ version = " 0.1.2 "
77edition = " 2024"
88rust-version = " 1.85"
99license = " MIT"
@@ -21,12 +21,12 @@ tiny_http = "0.12"
2121tungstenite = " 0.24"
2222ureq = { 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 ]
3232strip = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments