Skip to content

Commit

Permalink
chore(v0.2.3): release tuxmux 0.2.3 (#62)
Browse files Browse the repository at this point in the history
* ci(check): execute checks and release for version branches

* chore(v0.2.3): release tuxmux 0.2.3

---------

Co-authored-by: EdenEast <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and EdenEast authored Sep 16, 2024
1 parent 1d3d94c commit 1a15bda
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 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.2"
".": "0.2.3"
}
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ permissions:
pull-requests: write
on:
push:
branches: [main]
branches:
- main
- v*
pull_request:
workflow_dispatch:
env:
Expand Down Expand Up @@ -118,7 +120,6 @@ jobs:
if: |
github.repository == 'edeneast/tuxmux'
&& (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
&& github.ref_name == 'main'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
Expand All @@ -129,3 +130,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
target-branch: ${{ github.ref_name }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/EdenEast/tuxmux/compare/tuxmux-v0.2.2...tuxmux-v0.2.3) (2024-09-16)


### Security

* resolve RUSTSEC-2024-0371 and RUSTSEC-2024-0367 ([1d3d94c](https://github.com/EdenEast/tuxmux/commit/1d3d94c1a20d6b8a12951d61ecaf8516a04882b2))

## [0.2.2](https://github.com/EdenEast/tuxmux/compare/tuxmux-v0.2.1...tuxmux-v0.2.2) (2024-06-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.2.2"
version = "0.2.3"
authors = ["[email protected]"]
edition = "2021"
description = "Tmux utility for session and window management"
Expand Down

0 comments on commit 1a15bda

Please sign in to comment.