From 0189bff6d6c78a46d5e592e66cfb9393b2ac866e Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Wed, 15 May 2024 08:42:09 +0200 Subject: [PATCH] release: Version 0.3.2 Signed-off-by: Alexander Gil --- CHANGELOG.md | 24 +++++++++++++++++++++--- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c50b8..2f700da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,37 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.3.2](https://github.com/pando85/i3-auto-layout/tree/v0.3.2) - 2024-05-15 + +### Added + +- add timestamp to log + +### Fixed + +- Recreate channel when channel closed + +### Build + +- Update KSXGitHub/github-actions-deploy-aur action to v2.7.1 + +### Documentation + +- Update release test copy dir + ## [v0.3.1](https://github.com/pando85/i3-auto-layout/tree/v0.3.1) - 2024-05-09 ### CI -* Remove mac release +- Remove mac release ### Documentation -* Fix release workflow order +- Fix release workflow order ### Fixed -* Parse version correctly in aur action +- Parse version correctly in aur action ## [v0.3.0](https://github.com/pando85/i3-auto-layout/tree/v0.3.0) - 2024-05-09 diff --git a/Cargo.lock b/Cargo.lock index faf9e2f..d9108a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "i3-auto-layout" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "cargo-husky", @@ -241,9 +241,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustversion" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ryu" @@ -305,9 +305,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.61" +version = "2.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" +checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 77579c5..9c80c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "i3-auto-layout" description = "Automatic, optimal tiling for i3wm" -version = "0.3.1" +version = "0.3.2" authors = ["Gregory "] edition = "2018" homepage = "https://github.com/chmln/i3-auto-layout"