🔖 chore: bump version to 0.7.1 and update CHANGELOG

This commit is contained in:
2026-03-01 05:07:06 -03:00
parent cc16cde540
commit 3f72128a25
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -4,6 +4,15 @@ 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/).
## [0.7.1] - 2026-03-01
### Fixed
- Interactive setup wizard now asks for a tmux layout when a window has 2 or more panes
- Layout selection shown in post-wizard summary
### Changed
- README: Added ASCII art previews for each available tmux layout
## [0.7.0] - 2026-03-01
### Changed
Generated
+1 -1
View File
@@ -864,7 +864,7 @@ dependencies = [
[[package]]
name = "tmuxido"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tmuxido"
version = "0.7.0"
version = "0.7.1"
edition = "2024"
[dev-dependencies]