Merge branch 'releases/1.6'

This commit is contained in:
Daniel Eklöf 2020-12-18 15:01:27 +01:00
commit c86df29a98
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 4 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.6.0](#1.6.0)
* [1.5.4](#1-5-4) * [1.5.4](#1-5-4)
* [1.5.3](#1-5-3) * [1.5.3](#1-5-3)
* [1.5.2](#1-5-2) * [1.5.2](#1-5-2)
@ -18,7 +18,7 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.6.0
### For packagers ### For packagers
@ -123,7 +123,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
always returning `2`. always returning `2`.
### Deprecated
### Removed ### Removed
* Support for loading configuration from `$XDG_CONFIG_HOME/footrc`. * Support for loading configuration from `$XDG_CONFIG_HOME/footrc`.
@ -149,9 +148,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
ignored. ignored.
### Security
### Contributors ### Contributors
* [kennylevinsen](https://codeberg.org/kennylevinsen) * [kennylevinsen](https://codeberg.org/kennylevinsen)

View file

@ -1,5 +1,5 @@
pkgname=('foot-git' 'foot-terminfo-git') pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.5.4 pkgver=1.6.0
pkgrel=1 pkgrel=1
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot url=https://codeberg.org/dnkl/foot

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.5.4', version: '1.6.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: [ default_options: [