diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb95c14..9b4af316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.20.0](#1-20-0) * [1.19.0](#1-19-0) * [1.18.1](#1-18-1) * [1.18.0](#1-18-0) @@ -55,7 +55,8 @@ * [1.2.0](#1-2-0) -## Unreleased +## 1.20.0 + ### Added * Unicode data files updated to Unicode 16. Foot uses these to @@ -87,8 +88,6 @@ [1892]: https://codeberg.org/dnkl/foot/issues/1892 -### Deprecated -### Removed ### Fixed * Crash when receiving an OSC-9 or OSC-777 with an empty notification @@ -98,9 +97,14 @@ [1866]: https://codeberg.org/dnkl/foot/issues/1866 -### Security ### Contributors +* cy +* Denis Zharikov +* heather7283 +* Jack Wilsdon +* Mark Stosberg + ## 1.19.0 diff --git a/meson.build b/meson.build index 7a77ddbc..b739e9de 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.19.0', + version: '1.20.0', license: 'MIT', meson_version: '>=0.59.0', default_options: [