Skip to content

Commit

Permalink
release: Version 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed May 15, 2024
1 parent d7ea4fe commit 0189bff
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
homepage = "https://github.com/chmln/i3-auto-layout"
Expand Down

0 comments on commit 0189bff

Please sign in to comment.