Skip to content

Commit

Permalink
chore(main): release tuxmux 0.2.2 (#44)
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 Jun 1, 2024
1 parent 04231a5 commit 9f5203c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.2](https://github.com/EdenEast/tuxmux/compare/tuxmux-v0.2.1...tuxmux-v0.2.2) (2024-06-01)


### Security

* **gix:** resolve CVE-2024-35186 and CVE-2024-35197 ([04231a5](https://github.com/EdenEast/tuxmux/commit/04231a54b867a738f1f24e870e516d27d5161f3b))
* patch gix to resolve CVE-2024-32884 ([33bc4bd](https://github.com/EdenEast/tuxmux/commit/33bc4bdee28446e7c6c7ac009510f8ad5f1b0e7b))


### Bug Fixes

* **nix:** change zsh to correct completion ([d977c9f](https://github.com/EdenEast/tuxmux/commit/d977c9fce3c211089b0ea1e9d8cceb3301f46ea9))

## [0.2.1](https://github.com/EdenEast/tuxmux/compare/v0.2.0...v0.2.1) (2023-12-31)


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

0 comments on commit 9f5203c

Please sign in to comment.