Skip to content

Commit 831906d

Browse files
authored
Merge pull request #220 from mahkoh/jorth/1.4.0
docs: prepare 1.4.0 release
2 parents 136e6e7 + 11796ab commit 831906d

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-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.3.0"
3+
version = "1.4.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.2.0", path = "jay-config" }
26-
jay-toml-config = { version = "0.4.0", path = "toml-config" }
25+
jay-config = { version = "1.3.0", path = "jay-config" }
26+
jay-toml-config = { version = "0.5.0", path = "toml-config" }
2727
jay-algorithms = { version = "0.2.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.4.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.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Configuration crate for the Jay compositor"

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

3+
# 1.4.0 (2024-07-07)
4+
35
- Add window management mode.
6+
- Various bugfixes.
47

58
# 1.3.0 (2024-05-25)
69

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.4.0"
3+
version = "0.5.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.2.0", path = "../jay-config" }
13+
jay-config = { version = "1.3.0", path = "../jay-config" }
1414
log = "0.4.14"
1515
thiserror = "1.0.57"
1616
error_reporter = "1.0.0"

0 commit comments

Comments
 (0)