mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
Merge branch 'releases/1.6'
This commit is contained in:
commit
78da147e80
3 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [Unreleased](#Unreleased)
|
||||||
|
* [1.6.2](#1-6-2)
|
||||||
* [1.6.1](#1-6-1)
|
* [1.6.1](#1-6-1)
|
||||||
* [1.6.0](#1-6-0)
|
* [1.6.0](#1-6-0)
|
||||||
* [1.5.4](#1-5-4)
|
* [1.5.4](#1-5-4)
|
||||||
|
|
@ -38,6 +39,13 @@
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Version number in `meson.build`.
|
||||||
|
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.6.0
|
pkgver=1.6.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.6.0',
|
version: '1.6.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.53.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue