diff --git a/CHANGELOG.md b/CHANGELOG.md index 1461fa63..be32f4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.20.1](#1-20-1) * [1.20.0](#1-20-0) * [1.19.0](#1-19-0) * [1.18.1](#1-18-1) @@ -56,8 +56,8 @@ * [1.2.0](#1-2-0) -## Unreleased -### Added +## 1.20.1 + ### Changed * Runtime changes to the app-id (OSC-176) now limits the app-id string @@ -69,8 +69,6 @@ [1897]: https://codeberg.org/dnkl/foot/issues/1897 -### Deprecated -### Removed ### Fixed * Regression: trying to print a Unicode _"Legacy Computing symbol"_, @@ -79,10 +77,6 @@ [1901]: https://codeberg.org/dnkl/foot/issues/1901 -### Security -### Contributors - - ## 1.20.0 ### Added diff --git a/meson.build b/meson.build index b739e9de..359a8ce0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.20.0', + version: '1.20.1', license: 'MIT', meson_version: '>=0.59.0', default_options: [