Merge branch 'releases/1.10'

This commit is contained in:
Daniel Eklöf 2021-12-02 20:35:44 +01:00
commit 647ab9578a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.10.2](#1-10-2)
* [1.10.1](#1-10-1) * [1.10.1](#1-10-1)
* [1.10.0](#1-10-0) * [1.10.0](#1-10-0)
* [1.9.2](#1-9-2) * [1.9.2](#1-9-2)
@ -34,7 +34,7 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.10.2
### Added ### Added
@ -46,9 +46,6 @@
bar. bar.
### Changed
### Deprecated
### Removed
### Fixed ### Fixed
* An ongoing mouse selection is now finalized on a pointer leave event * An ongoing mouse selection is now finalized on a pointer leave event
@ -66,9 +63,10 @@
(https://codeberg.org/dnkl/foot/issues/678). (https://codeberg.org/dnkl/foot/issues/678).
### Security
### Contributors ### Contributors
* Jonas Ådahl
## 1.10.1 ## 1.10.1

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.10.1', version: '1.10.2',
license: 'MIT', license: 'MIT',
meson_version: '>=0.54.0', meson_version: '>=0.54.0',
default_options: [ default_options: [