Skip to content

Commit 6fe3b80

Browse files
committed
chore: release
1 parent 41ba483 commit 6fe3b80

File tree

7 files changed

+41
-8
lines changed

7 files changed

+41
-8
lines changed

Cargo.lock

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

crates/tattoy-plugins/inverter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
tattoy-protocol = { path = "../../tattoy-protocol", version = "0.1.0" }
8+
tattoy-protocol = { path = "../../tattoy-protocol", version = "0.1.1" }
99
serde_json.workspace = true
1010

1111
[[bin]]

crates/tattoy-plugins/smokey_cursor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rand.workspace = true
1313
rayon = "1.10.0"
1414
rstar = "0.12.0"
1515
serde_json.workspace = true
16-
tattoy-protocol = { path = "../../tattoy-protocol", version = "0.1.0"}
16+
tattoy-protocol = { path = "../../tattoy-protocol", version = "0.1.1" }
1717
tokio.workspace = true
1818
tracing.workspace = true
1919
tracing-subscriber.workspace = true
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

crates/tattoy-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tattoy-protocol"
33
description = "Types to help with writing Rust-based Tattoy plugins"
44
documentation = "https://docs.rs/tattoy-protocol"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
license = "MIT"
77
edition = "2021"
88

crates/tattoy/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

crates/tattoy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tattoy"
33
description = "Text-based compositor for modern terminals"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
readme = "README.md"
77
repository = "https://github.com/tattoy-org/tattoy"
@@ -25,7 +25,7 @@ rand.workspace = true
2525
shadow-terminal.workspace = true
2626
serde.workspace = true
2727
serde_json.workspace = true
28-
tattoy-protocol = { path = "../tattoy-protocol", version = "0.1.0" }
28+
tattoy-protocol = { path = "../tattoy-protocol", version = "0.1.1" }
2929
tempfile.workspace = true
3030
tokio.workspace = true
3131
toml = "0.8.20"

0 commit comments

Comments
 (0)