chore(dev): begin v0.1.33-dev

This commit is contained in:
LGUG2Z
2025-01-03 18:20:02 -08:00
parent 4b9d811499
commit 5a8f48c6b9
10 changed files with 27 additions and 29 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
[package]
name = "komorebi"
version = "0.1.32"
version = "0.1.33"
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2021"
+1 -1
View File
@@ -238,7 +238,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.32`
/// The `komorebi.json` static configuration file reference for `v0.1.33`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]