From 9d4cbf3a0d6a0a09c0f6c49a64775236f022e05d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:08:23 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821c27e..c317c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/EdenEast/tuxmux/compare/v0.1.1...v0.2.0) (2023-12-04) + + +### Features + +* **attach:** support worktrees with non-bare repos ([#33](https://github.com/EdenEast/tuxmux/issues/33)) ([a133682](https://github.com/EdenEast/tuxmux/commit/a133682482e43ae9c1310be1349f8f09439edebb)) + + +### Bug Fixes + +* **attach:** Window name now set to head branch name ([ae9b95f](https://github.com/EdenEast/tuxmux/commit/ae9b95fffafc07d7715c2e6aa51931dbc88644fa)) +* **config:** error on unknown configuration ([1bbe8db](https://github.com/EdenEast/tuxmux/commit/1bbe8db845d916555c3e43a201b252550411f3f3)) + ## [0.1.1](https://github.com/EdenEast/tuxmux/compare/v0.1.0...v0.1.1) (2023-11-01) diff --git a/Cargo.lock b/Cargo.lock index 6e43f4e..65119c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,7 +1568,7 @@ checksum = "db92951877a432e10706c6c101f9e1f8ff4ea3d92df2903ae776d84cf9ca0bce" [[package]] name = "tuxmux" -version = "0.1.1" +version = "0.2.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index b0bf85a..7d61f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuxmux" -version = "0.1.1" +version = "0.2.0" authors = ["edenofest@gmail.com"] edition = "2021" description = "Tmux utility for session and window management"