chore(dev): begin v0.1.36-dev

This commit is contained in:
LGUG2Z
2025-03-22 12:14:43 -07:00
parent d0c847e5bc
commit edf1943157
10 changed files with 134 additions and 110 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.35"
version = "0.1.36"
description = "A tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2021"
+1 -1
View File
@@ -314,7 +314,7 @@ pub enum AppSpecificConfigurationPath {
#[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
/// The `komorebi.json` static configuration file reference for `v0.1.35`
/// The `komorebi.json` static configuration file reference for `v0.1.36`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]