Skip to content

Commit

Permalink
chore: Release rusmux version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirKriheli committed Aug 27, 2024
1 parent 70cdb32 commit f5ffc4c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [0.6.0] - 2024-08-27

### Bug Fixes

- Apply layout after each split, closes #10

### Features

- Added start and kill aliases (for run and stop)
- Added per-window options (set -w ....)

### Miscellaneous Tasks

- Updated dependencies
- Cleaned some clippy warnings
- Updated cargo-dist

## [0.5.0] - 2024-04-02

### Features
Expand All @@ -12,6 +29,7 @@ All notable changes to this project will be documented in this file.

- Some clippy and formatting cleanups
- Updated cargo-dist
- Release rusmux version 0.5.0

## [0.4.0] - 2024-02-20

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,6 +1,6 @@
[package]
name = "rusmux"
version = "0.5.0"
version = "0.6.0"
description = "Automate tmux sessions configuration"
authors = ["Meir Kriheli <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit f5ffc4c

Please sign in to comment.