Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#24)
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 Nov 1, 2023
1 parent 9610ada commit 35d1b99
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
@@ -0,0 +1,18 @@
# Changelog

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


### Features

* **cli:** add open in editor option to base command ([#19](https://github.com/EdenEast/tuxmux/issues/19)) ([e4cba78](https://github.com/EdenEast/tuxmux/commit/e4cba78f9fffa2d9095e81642d49a45ccc05b5fd))


### Bug Fixes

* **attach:** early exit if worktree selection is cancelled ([#21](https://github.com/EdenEast/tuxmux/issues/21)) ([96b583a](https://github.com/EdenEast/tuxmux/commit/96b583a73d0b8a9c7f76d73a4c1a9e1e9a6b6b73))


### Performance Improvements

* strip binary and optimize for size ([1586562](https://github.com/EdenEast/tuxmux/commit/158656260f965847464aca33dcc0807c21daed83))
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-dev"
version = "0.1.1"
authors = ["[email protected]"]
edition = "2021"
description = "Tmux utility for session and window management"
Expand Down

0 comments on commit 35d1b99

Please sign in to comment.