Merge branch 'releases/1.26'

This commit is contained in:
Daniel Eklöf 2026-03-03 17:38:07 +01:00
commit bee76db20c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 16 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.26.0](#1-26-0)
* [1.25.0](#1-25-0) * [1.25.0](#1-25-0)
* [1.24.0](#1-24-0) * [1.24.0](#1-24-0)
* [1.23.1](#1-23-1) * [1.23.1](#1-23-1)
@ -67,7 +67,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.26.0
### Added ### Added
* `toplevel-tag` option (and `--toplevel-tag` command line options to * `toplevel-tag` option (and `--toplevel-tag` command line options to
@ -146,9 +147,20 @@
[2263]: https://codeberg.org/dnkl/foot/issues/2263 [2263]: https://codeberg.org/dnkl/foot/issues/2263
### Security
### Contributors ### Contributors
* Andrei
* Barinderpreet Singh
* c4llv07e
* Johannes Altmanninger
* nariby
* pi66
* Ronan Pigott
* Stéphane Klein
* valoq
* Whyme Lyu
* Yaakov Selkowitz
## 1.25.0 ## 1.25.0

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.25.0', version: '1.26.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
default_options: [ default_options: [