mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
Merge branch 'releases/1.21'
This commit is contained in:
commit
c2a9fd5dfa
2 changed files with 14 additions and 5 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.21.0](#1-21-0)
|
||||||
* [1.20.2](#1-20-2)
|
* [1.20.2](#1-20-2)
|
||||||
* [1.20.1](#1-20-1)
|
* [1.20.1](#1-20-1)
|
||||||
* [1.20.0](#1-20-0)
|
* [1.20.0](#1-20-0)
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.21.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
@ -107,7 +107,6 @@
|
||||||
[1487]: https://codeberg.org/dnkl/foot/issues/1487
|
[1487]: https://codeberg.org/dnkl/foot/issues/1487
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* `url.uri-characters` and `url.protocols`. Both options have been
|
* `url.uri-characters` and `url.protocols`. Both options have been
|
||||||
|
|
@ -158,9 +157,19 @@
|
||||||
[1994]: https://codeberg.org/dnkl/foot/issues/1994
|
[1994]: https://codeberg.org/dnkl/foot/issues/1994
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Adrian fxj9a
|
||||||
|
* Alexander Orzechowski
|
||||||
|
* Attila Fidan
|
||||||
|
* camel-cdr
|
||||||
|
* Craig Barnes
|
||||||
|
* Guillaume Outters
|
||||||
|
* Johannes Altmanninger
|
||||||
|
* Ludovico Gerardi
|
||||||
|
* sewn
|
||||||
|
* Thomas Bonnefille
|
||||||
|
|
||||||
|
|
||||||
## 1.20.2
|
## 1.20.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.20.2',
|
version: '1.21.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue