Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2023
1 parent 716843f commit 896ea3d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.2.0](https://github.com/EdenEast/tuxmux/compare/v0.1.1...v0.2.0) (2023-12-30)


### ⚠ BREAKING CHANGES

* rename tm bin name to tux ([#38](https://github.com/EdenEast/tuxmux/issues/38))

### Features

* **attach:** support worktrees with non-bare repos ([#33](https://github.com/EdenEast/tuxmux/issues/33)) ([a133682](https://github.com/EdenEast/tuxmux/commit/a133682482e43ae9c1310be1349f8f09439edebb))
* **cli:** add completion subcommand ([#40](https://github.com/EdenEast/tuxmux/issues/40)) ([716843f](https://github.com/EdenEast/tuxmux/commit/716843f4b8952f723c1f4951b8aea34b2714b10c))


### 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))


### Code Refactoring

* rename tm bin name to tux ([#38](https://github.com/EdenEast/tuxmux/issues/38)) ([e75cd39](https://github.com/EdenEast/tuxmux/commit/e75cd398283282d9687b34560c6126029119bc60))

## [0.1.1](https://github.com/EdenEast/tuxmux/compare/v0.1.0...v0.1.1) (2023-11-01)


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 = "tuxmux"
version = "0.1.1"
version = "0.2.0"
authors = ["[email protected]"]
edition = "2021"
description = "Tmux utility for session and window management"
Expand Down

0 comments on commit 896ea3d

Please sign in to comment.