Skip to content

Commit f3179b7

Browse files
authored
Merge pull request #431 from mahkoh/jorth/1.10
docs: prepare 1.10.0 release
2 parents c8ffa40 + c0442e6 commit f3179b7

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-compositor"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
edition = "2024"
55
build = "build/build.rs"
66
license = "GPL-3.0-only"
@@ -23,9 +23,9 @@ debug = "full"
2323
panic = "abort"
2424

2525
[dependencies]
26-
jay-config = { version = "1.7.0", path = "jay-config" }
27-
jay-toml-config = { version = "0.9.0", path = "toml-config" }
28-
jay-algorithms = { version = "0.3.0", path = "algorithms" }
26+
jay-config = { version = "1.8.0", path = "jay-config" }
27+
jay-toml-config = { version = "0.10.0", path = "toml-config" }
28+
jay-algorithms = { version = "0.4.0", path = "algorithms" }
2929

3030
uapi = "0.2.13"
3131
thiserror = "2.0.11"

algorithms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-algorithms"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
license = "GPL-3.0-only"
66
description = "Internal dependency of the Jay compositor"

deploy-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.10.0
4+
35
- Needs jay-algorithms release.
46
- Needs jay-config release.
57
- Needs jay-toml-config release.

jay-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-config"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
edition = "2024"
55
license = "GPL-3.0-only"
66
description = "Configuration crate for the Jay compositor"

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.10.0 (2025-04-22)
4+
35
- Various bugfixes.
46
- Implement cursor-shape-v1 version 2.
57
- Implement xdg-shell version 7.

toml-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-toml-config"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55
license = "GPL-3.0-only"
66
description = "Internal dependency of the Jay compositor"
@@ -10,7 +10,7 @@ repository = "https://github.com/mahkoh/jay"
1010
crate-type = ["lib", "cdylib"]
1111

1212
[dependencies]
13-
jay-config = { version = "1.7.0", path = "../jay-config" }
13+
jay-config = { version = "1.8.0", path = "../jay-config" }
1414
log = "0.4.14"
1515
thiserror = "2.0.11"
1616
error_reporter = "1.0.0"

0 commit comments

Comments
 (0)