Skip to content

Commit

Permalink
Release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jul 24, 2022
1 parent c21671c commit 80205c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 3.0.1 (2022-07-24)

## Fixed

* Make project build without `pkgconf` dependency; only `pkg-config` binary
and other listed dependencies should be required.

# Version 3.0.0 (2022-07-05)

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([rofi-emoji], [3.0.0], [https://github.com/Mange/rofi-emoji],[],[https://github.com/Mange/rofi-emoji/issues])
AC_INIT([rofi-emoji], [3.0.1], [https://github.com/Mange/rofi-emoji],[],[https://github.com/Mange/rofi-emoji/issues])

AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 80205c4

Please sign in to comment.