Release 1.5.1

- Increment dependency versions
This commit is contained in:
Cagebreak Signing Key 3 2021-01-24 16:02:47 +01:00
commit 85838f702c
6 changed files with 10 additions and 6 deletions

View file

@ -107,7 +107,6 @@ occur. Once any failure occurs the entire checklist must be completed from scrat
* [ ] `git checkout development`
* [ ] `git pull origin development`
* [ ] `git push origin development`
* [ ] Cage has no reasonable code merges
* [ ] `ninja -C build clang-format` makes no changes
* [ ] New version number determined according to [semantic versioning](https://semver.org) guidelines
* [ ] Relevant Documentation completed
@ -180,6 +179,11 @@ ninja -C build
For every release after 1.0.5, hashes will be provided.
1.5.1
* sha 256: 9c6df4b94c180f5657cb424383aa2bf3aca063c8e7b40af0497be1ef7bdb858a
* sha 512: 219f753347ae64a4dd593568797438742e9ddae380c729598d8eda863080a6ed4e5086d735fc348c48328bb795a5a5b57b0421be5dd45755744d895b24312627
1.5.0
* sha 256: 22010e2916493b0d7cfb08c2196f12589509ce11010a7107aed13ddbfd9709cc

View file

@ -1,4 +1,4 @@
% CAGEBREAK-CONFIG(1) Version 1.5.0 | Cagebreak Manual
% CAGEBREAK-CONFIG(1) Version 1.5.1 | Cagebreak Manual
# NAME

View file

@ -1,4 +1,4 @@
% CAGEBREAK(1) Version 1.5.0 | Cagebreak Manual
% CAGEBREAK(1) Version 1.5.1 | Cagebreak Manual
# NAME

View file

@ -1,5 +1,5 @@
project('cagebreak', 'c',
version: '1.5.0',
version: '1.5.1',
license: 'MIT',
default_options: [
'c_std=c11',
@ -199,9 +199,9 @@ reproducible_build_versions = {
'xkbcommon': '1.0.3',
'fontconfig': '2.13.91',
'pixman': '0.40.0',
'pango': '1.48.0',
'pango': '1.48.1',
'cairo': '1.17.4',
'pangocairo': '1.48.0',
'pangocairo': '1.48.1',
'math': '-1'
}

BIN
signatures/1.5.0.sig Normal file

Binary file not shown.

Binary file not shown.