aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-30 11:39:12 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-30 11:39:12 +0400
commitf81b51f4c07f32c98906ee67e0f674a672bf956b (patch)
tree4186b4ec3c7e092aa2aa87294a0b05c29ae17928
parenta90221d924ff4a02d9f76c58471092ba0090b6d1 (diff)
downloadniri-f81b51f4c07f32c98906ee67e0f674a672bf956b.tar.gz
niri-f81b51f4c07f32c98906ee67e0f674a672bf956b.tar.bz2
niri-f81b51f4c07f32c98906ee67e0f674a672bf956b.zip
Bump version to 0.1.4
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml8
-rw-r--r--niri-config/Cargo.toml2
-rw-r--r--niri-visual-tests/Cargo.toml4
4 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bc8bebc0..8292783e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2138,7 +2138,7 @@ dependencies = [
[[package]]
name = "niri"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"anyhow",
"arrayvec",
@@ -2183,7 +2183,7 @@ dependencies = [
[[package]]
name = "niri-config"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"bitflags 2.5.0",
"csscolorparser",
@@ -2198,7 +2198,7 @@ dependencies = [
[[package]]
name = "niri-ipc"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"clap",
"serde",
@@ -2206,7 +2206,7 @@ dependencies = [
[[package]]
name = "niri-visual-tests"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"anyhow",
"gtk4",
diff --git a/Cargo.toml b/Cargo.toml
index d5428fb6..4997c420 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
members = ["niri-visual-tests"]
[workspace.package]
-version = "0.1.3"
+version = "0.1.4"
description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
@@ -57,8 +57,8 @@ input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.153"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_debug"] }
-niri-config = { version = "0.1.3", path = "niri-config" }
-niri-ipc = { version = "0.1.3", path = "niri-ipc", features = ["clap"] }
+niri-config = { version = "0.1.4", path = "niri-config" }
+niri-ipc = { version = "0.1.4", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "4.10.0", optional = true }
pangocairo = "0.19.2"
pipewire = { version = "0.8.0", optional = true }
@@ -122,7 +122,7 @@ lto = "thin"
debug = false
[package.metadata.generate-rpm]
-version = "0.1.3"
+version = "0.1.4"
assets = [
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },
diff --git a/niri-config/Cargo.toml b/niri-config/Cargo.toml
index 94ed76fa..15e44d24 100644
--- a/niri-config/Cargo.toml
+++ b/niri-config/Cargo.toml
@@ -12,7 +12,7 @@ bitflags.workspace = true
csscolorparser = "0.6.2"
knuffel = "3.2.0"
miette = "5.10.0"
-niri-ipc = { version = "0.1.3", path = "../niri-ipc" }
+niri-ipc = { version = "0.1.4", path = "../niri-ipc" }
regex = "1.10.4"
smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true
diff --git a/niri-visual-tests/Cargo.toml b/niri-visual-tests/Cargo.toml
index d6d391f2..ce84b9d4 100644
--- a/niri-visual-tests/Cargo.toml
+++ b/niri-visual-tests/Cargo.toml
@@ -11,8 +11,8 @@ repository.workspace = true
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
-niri = { version = "0.1.3", path = ".." }
-niri-config = { version = "0.1.3", path = "../niri-config" }
+niri = { version = "0.1.4", path = ".." }
+niri-config = { version = "0.1.4", path = "../niri-config" }
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true