Skip to content

Commit 0d1aeea

Browse files
authored
Merge pull request #354 from mahkoh/jorth/v1.8.0
docs: prepare 1.8.0 release
2 parents 44b7d37 + 117e644 commit 0d1aeea

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-compositor"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
edition = "2021"
55
build = "build/build.rs"
66
license = "GPL-3.0-only"
@@ -23,8 +23,8 @@ debug = "full"
2323
panic = "abort"
2424

2525
[dependencies]
26-
jay-config = { version = "1.6.0", path = "jay-config" }
27-
jay-toml-config = { version = "0.8.0", path = "toml-config" }
26+
jay-config = { version = "1.7.0", path = "jay-config" }
27+
jay-toml-config = { version = "0.9.0", path = "toml-config" }
2828
jay-algorithms = { version = "0.3.0", path = "algorithms" }
2929

3030
uapi = "0.2.13"

deploy-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.8.0
4+
35
- Needs jay-config release.
46
- Needs jay-toml-config release.
57
- Needs jay-compositor release.

jay-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-config"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Configuration crate for the Jay compositor"

release-notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
22

3+
# 1.8.0 (2025-01-27)
4+
35
- Various bugfixes.
4-
- Add support fo ext-data-control-v1.
6+
- Implement ext-data-control-v1.
57
- Implement wl-fixes.
68
- Implement ei_touchscreen v2.
79
- Implement idle-notification v2.

toml-config/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-toml-config"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
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.6.0", path = "../jay-config" }
13+
jay-config = { version = "1.7.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)