diff --git a/CHANGELOG.md b/CHANGELOG.md index 08216633..47cca36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.4.1](#1-4-1) * [1.4.0](#1-4-0) * [1.3.0](#1-3-0) * [1.2.3](#1-2-3) @@ -9,12 +9,12 @@ * [1.2.0](#1-2-0) -## Unreleased -### Added -### Deprecated -### Removed +## 1.4.1 + ### Fixed -### Security + +* Compilation errors in release builds with some combinations of + compilers and compiler flags. ## 1.4.0 diff --git a/PKGBUILD b/PKGBUILD index 945a28a4..5030a2aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index fdcce2f6..a852da7f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.4.0', + version: '1.4.1', license: 'MIT', meson_version: '>=0.53.0', default_options: [