Bump version to 0.1.9

This commit is contained in:
Ivan Molodetskikh
2024-09-14 11:55:52 +03:00
parent 9cb89ff26c
commit 6a48728ffb
4 changed files with 11 additions and 11 deletions
Generated
+4 -4
View File
@@ -2263,7 +2263,7 @@ dependencies = [
[[package]] [[package]]
name = "niri" name = "niri"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"approx 0.5.1", "approx 0.5.1",
@@ -2317,7 +2317,7 @@ dependencies = [
[[package]] [[package]]
name = "niri-config" name = "niri-config"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"csscolorparser", "csscolorparser",
@@ -2334,7 +2334,7 @@ dependencies = [
[[package]] [[package]]
name = "niri-ipc" name = "niri-ipc"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"clap", "clap",
"schemars", "schemars",
@@ -2344,7 +2344,7 @@ dependencies = [
[[package]] [[package]]
name = "niri-visual-tests" name = "niri-visual-tests"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"gtk4", "gtk4",
+4 -4
View File
@@ -2,7 +2,7 @@
members = ["niri-visual-tests"] members = ["niri-visual-tests"]
[workspace.package] [workspace.package]
version = "0.1.8" version = "0.1.9"
description = "A scrollable-tiling Wayland compositor" description = "A scrollable-tiling Wayland compositor"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"] authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
@@ -64,8 +64,8 @@ keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.158" libc = "0.2.158"
libdisplay-info = "0.1.0" libdisplay-info = "0.1.0"
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] } log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "0.1.8", path = "niri-config" } niri-config = { version = "0.1.9", path = "niri-config" }
niri-ipc = { version = "0.1.8", path = "niri-ipc", features = ["clap"] } niri-ipc = { version = "0.1.9", path = "niri-ipc", features = ["clap"] }
notify-rust = { version = "~4.10.0", optional = true } notify-rust = { version = "~4.10.0", optional = true }
ordered-float = "4.2.2" ordered-float = "4.2.2"
pango = { version = "0.20.1", features = ["v1_44"] } pango = { version = "0.20.1", features = ["v1_44"] }
@@ -137,7 +137,7 @@ lto = "thin"
debug = false debug = false
[package.metadata.generate-rpm] [package.metadata.generate-rpm]
version = "0.1.8" version = "0.1.9"
assets = [ assets = [
{ source = "target/release/niri", dest = "/usr/bin/", mode = "755" }, { source = "target/release/niri", dest = "/usr/bin/", mode = "755" },
{ source = "resources/niri-session", dest = "/usr/bin/", mode = "755" }, { source = "resources/niri-session", dest = "/usr/bin/", mode = "755" },
+1 -1
View File
@@ -12,7 +12,7 @@ bitflags.workspace = true
csscolorparser = "0.7.0" csscolorparser = "0.7.0"
knuffel = "3.2.0" knuffel = "3.2.0"
miette = "5.10.0" miette = "5.10.0"
niri-ipc = { version = "0.1.8", path = "../niri-ipc" } niri-ipc = { version = "0.1.9", path = "../niri-ipc" }
regex = "1.10.6" regex = "1.10.6"
smithay = { workspace = true, features = ["backend_libinput"] } smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true tracing.workspace = true
+2 -2
View File
@@ -11,8 +11,8 @@ repository.workspace = true
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] } adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true anyhow.workspace = true
gtk = { version = "0.9.1", package = "gtk4", features = ["v4_12"] } gtk = { version = "0.9.1", package = "gtk4", features = ["v4_12"] }
niri = { version = "0.1.8", path = ".." } niri = { version = "0.1.9", path = ".." }
niri-config = { version = "0.1.8", path = "../niri-config" } niri-config = { version = "0.1.9", path = "../niri-config" }
smithay.workspace = true smithay.workspace = true
tracing.workspace = true tracing.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true