From 357e64efc9b1fb031c55ed5489dfababac4e85af Mon Sep 17 00:00:00 2001 From: Joey H Date: Thu, 3 Oct 2024 10:11:42 -0700 Subject: [PATCH] Update to version 4.4 --- .github/workflows/lint-format.yml | 2 +- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 2 +- VERSION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 89b1db9..deabda7 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -60,7 +60,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run shell checker - uses: luizm/action-sh-checker@v0.8.0 + uses: luizm/action-sh-checker@v0.9.0 env: SHELLCHECK_OPTS: -x --severity=warning SHFMT_OPTS: -s diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b29c2c..a5f16d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: isort - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.8.0-1 + rev: v3.9.0-1 hooks: - id: shfmt - repo: https://github.com/koalaman/shellcheck-precommit diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3f6ba..3f54d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ When upgrading to a new version, make sure to follow the directions under the "U If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed. -## Upcoming +## 4.4 (2024-10-03) ### New Features - Add scrollback, tab, and window restoring for the Kitty terminal ([#24](https://github.com/jdholtz/i3-restore/pull/24)) diff --git a/VERSION b/VERSION index 69df05f..515be8f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3 +4.4