Skip to content

Commit 26b4ddf

Browse files
committed
docs: prepare 1.2.0 release
1 parent 5ce9d38 commit 26b4ddf

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-compositor"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
build = "build/build.rs"
66
license = "GPL-3.0-only"
@@ -22,8 +22,8 @@ panic = "abort"
2222
panic = "abort"
2323

2424
[dependencies]
25-
jay-config = { version = "1.1.0", path = "jay-config" }
26-
jay-toml-config = { version = "0.2.0", path = "toml-config" }
25+
jay-config = { version = "1.2.0", path = "jay-config" }
26+
jay-toml-config = { version = "0.3.0", path = "toml-config" }
2727
jay-algorithms = { version = "0.1.0", path = "algorithms" }
2828

2929
uapi = "0.2.13"

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.2.0
4+
35
- Needs jay-config release.
46
- Needs jay-toml-config release.
57
- Needs jay-compositor 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.1.0"
3+
version = "1.2.0"
44
edition = "2021"
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.2.0 (2024-05-05)
4+
35
- Add support for wp-security-manager-v1.
46
- Add support for xdg-dialog-v1.
57
- Add support for ext-transient-seat-v1.

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.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Internal dependency of the Jay compositor"
@@ -9,7 +9,7 @@ description = "Internal dependency of the Jay compositor"
99
crate-type = ["lib", "cdylib"]
1010

1111
[dependencies]
12-
jay-config = { version = "1.1.0", path = "../jay-config" }
12+
jay-config = { version = "1.2.0", path = "../jay-config" }
1313
log = "0.4.14"
1414
thiserror = "1.0.57"
1515
error_reporter = "1.0.0"

0 commit comments

Comments
 (0)