Skip to content

Commit

Permalink
release: Version 0.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Jun 21, 2024
1 parent 8eafeff commit c9dc94c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.3](https://github.com/pando85/i3-auto-layout/tree/v0.3.3) - 2024-06-21

### Build

* Update Rust crate flexi_logger to 0.28.0
* Update wagoid/commitlint-github-action action to v6.0.1
* Update Rust crate flexi_logger to v0.28.4
* Update Rust crate tokio to v1.38.0
* Update Rust crate anyhow to v1.0.86

### CI

* Add automerge for renovate patch versions

### Fixed

* Change flexi logger to UTC

## [v0.3.2](https://github.com/pando85/i3-auto-layout/tree/v0.3.2) - 2024-05-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "0.3.3"
authors = ["Gregory <[email protected]>"]
edition = "2018"
homepage = "https://github.com/chmln/i3-auto-layout"
Expand Down
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release workflow

- Bump version in `Cargo.toml`.
- Update lock file: `cargo update`.
- Test:
```bash
make release
Expand All @@ -13,7 +12,7 @@
- Merge PR.
- Tag version in main branch: `make tag`

## Upgrade dependencies
## Upgrade dependencies manually

Requirements:

Expand Down

0 comments on commit c9dc94c

Please sign in to comment.