Skip to content

Commit

Permalink
Merge branch 'main' into remove_client
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/daemon/gui/icon.rs
#	src/daemon/gui/maps.rs
#	src/daemon/gui/mod.rs
  • Loading branch information
H3rmt committed Feb 6, 2025
2 parents e5e5b2a + 1099503 commit 8a2be35
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 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.3.1"
".": "3.3.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.3.2](https://github.com/H3rmt/hyprswitch/compare/v3.3.1...v3.3.2) (2025-02-06)


### Bug Fixes

* fix memory leak https://github.com/H3rmt/hyprswitch/discussions/137 ([c63ff80](https://github.com/H3rmt/hyprswitch/commit/c63ff80087918395065bd80865a5e4fad217889d))
* fix release pr creation ([21894b2](https://github.com/H3rmt/hyprswitch/commit/21894b291fe433452f2ad424dd3f27b822afd7fe))

## [3.3.1](https://github.com/H3rmt/hyprswitch/compare/v3.3.0...v3.3.1) (2025-02-02)


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.3.1"
version = "3.3.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.3.1
pkgver=3.3.2
# x-release-please-end
pkgrel=1
pkgdesc="A CLI/GUI that allows switching between windows in Hyprland"
Expand Down

0 comments on commit 8a2be35

Please sign in to comment.