Skip to content

Commit

Permalink
Revert "chore(main): release hyprswitch 3.2.3"
Browse files Browse the repository at this point in the history
This reverts commit ef00011.
  • Loading branch information
H3rmt committed Jan 5, 2025
1 parent ef00011 commit 85751b0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.3"
".": "3.2.2"
}
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [3.2.3](https://github.com/H3rmt/hyprswitch/compare/hyprswitch-v3.2.2...hyprswitch-v3.2.3) (2025-01-05)


### Bug Fixes

* prevent poisoned lock when switching execs in empty list ([33a4d6b](https://github.com/H3rmt/hyprswitch/commit/33a4d6b55367122d61f239ebc29ce5dac0634654))
* reposition windows when using launcher ([7da33e3](https://github.com/H3rmt/hyprswitch/commit/7da33e34194fdde08e6696a8bb77999d6ea56a9e))
* switch default terminal order ([4bd2fe9](https://github.com/H3rmt/hyprswitch/commit/4bd2fe9e3cfdc385620f5c62eca8c7e48487a4d1))

## [3.2.2](https://github.com/H3rmt/hyprswitch/compare/v3.2.1...v3.2.2) (2025-01-04)


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,7 +1,7 @@
[package]
name = "hyprswitch"
description = "A CLI/GUI that allows switching between windows in Hyprland"
version = "3.2.3"
version = "3.2.2"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=hyprswitch
# x-release-please-start-version
pkgver=3.2.3
pkgver=3.2.2
# x-release-please-end
pkgrel=1
pkgdesc="A CLI/GUI that allows switching between windows in Hyprland"
Expand Down

0 comments on commit 85751b0

Please sign in to comment.