Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Nov 24, 2024
1 parent efa7ade commit 88e9883
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v3.7.0](https://github.com/iberianpig/fusuma/tree/v3.7.0) (2024-11-24)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.6.2...v3.7.0)

**Fixed bugs:**

- Support libinput 1.27.0 or later [\#325](https://github.com/iberianpig/fusuma/pull/325) ([iberianpig](https://github.com/iberianpig))

**Closed issues:**

- Fusuma does not work with libinput 1.27.0-1 \(Arch Linux and Hyprland\) [\#324](https://github.com/iberianpig/fusuma/issues/324)

**Merged pull requests:**

- feat: use actions/checkout@v4 [\#326](https://github.com/iberianpig/fusuma/pull/326) ([iberianpig](https://github.com/iberianpig))

## [v3.6.2](https://github.com/iberianpig/fusuma/tree/v3.6.2) (2024-09-21)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.6.1...v3.6.2)

## [v3.6.1](https://github.com/iberianpig/fusuma/tree/v3.6.1) (2024-08-19)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.6.0...v3.6.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Fusuma
VERSION = "3.6.2"
VERSION = "3.7.0"
end

0 comments on commit 88e9883

Please sign in to comment.