File tree Expand file tree Collapse file tree 7 files changed +41
-8
lines changed
Expand file tree Collapse file tree 7 files changed +41
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55publish = false
66
77[dependencies ]
8- tattoy-protocol = { path = " ../../tattoy-protocol" , version = " 0.1.0 " }
8+ tattoy-protocol = { path = " ../../tattoy-protocol" , version = " 0.1.1 " }
99serde_json.workspace = true
1010
1111[[bin ]]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rand.workspace = true
1313rayon = " 1.10.0"
1414rstar = " 0.12.0"
1515serde_json.workspace = true
16- tattoy-protocol = { path = " ../../tattoy-protocol" , version = " 0.1.0 " }
16+ tattoy-protocol = { path = " ../../tattoy-protocol" , version = " 0.1.1 " }
1717tokio.workspace = true
1818tracing.workspace = true
1919tracing-subscriber.workspace = true
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.1] ( https://github.com/tattoy-org/tattoy/compare/tattoy-protocol-v0.1.0...tattoy-protocol-v0.1.1 ) - 2025-07-02
11+
12+ ### Other
13+
14+ - * (deps)* update Wezterm dependencies
15+ - v0.1.2
Original file line number Diff line number Diff line change 22name = " tattoy-protocol"
33description = " Types to help with writing Rust-based Tattoy plugins"
44documentation = " https://docs.rs/tattoy-protocol"
5- version = " 0.1.0 "
5+ version = " 0.1.1 "
66license = " MIT"
77edition = " 2021"
88
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.4] ( https://github.com/tattoy-org/tattoy/compare/tattoy-v0.1.3...tattoy-v0.1.4 ) - 2025-07-02
11+
12+ ### Other
13+
14+ - update to shadow-terminal v0.2.0
15+ - migrated Shadow Terminal into its own repo
16+ - * (deps)* update Wezterm dependencies
Original file line number Diff line number Diff line change 11[package ]
22name = " tattoy"
33description = " Text-based compositor for modern terminals"
4- version = " 0.1.3 "
4+ version = " 0.1.4 "
55edition = " 2021"
66readme = " README.md"
77repository = " https://github.com/tattoy-org/tattoy"
@@ -25,7 +25,7 @@ rand.workspace = true
2525shadow-terminal.workspace = true
2626serde.workspace = true
2727serde_json.workspace = true
28- tattoy-protocol = { path = " ../tattoy-protocol" , version = " 0.1.0 " }
28+ tattoy-protocol = { path = " ../tattoy-protocol" , version = " 0.1.1 " }
2929tempfile.workspace = true
3030tokio.workspace = true
3131toml = " 0.8.20"
You can’t perform that action at this time.
0 commit comments