Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Jan 8, 2022
1 parent ed3b923 commit b6027eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in 1.2.1
================
* Fix debuginfo being re-processed multiple times in a manifest
* Change manifest parsing issues from warnings to fatal errors
* Add `.tar.zst` archive support
* Fix auto-detection of `.7z` archives
* Install a JSON schema for manifest format
* Documentation updates

Changes in 1.2.0
================
* Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.63])

m4_define([flatpak_builder_major_version], [1])
m4_define([flatpak_builder_minor_version], [2])
m4_define([flatpak_builder_micro_version], [0])
m4_define([flatpak_builder_micro_version], [1])
m4_define([flatpak_builder_version],
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])

Expand Down

0 comments on commit b6027eb

Please sign in to comment.