File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ Changes in 1.1.2
2+ ================
3+
4+ * New secret-opts feature lets you pass e.g. CI secrets into the build.
5+ * Support content-encoding when downloading.
6+ * New inline data source allowing easy creation of files from embedded content from
7+ the manifest.
8+
19Changes in 1.1.1
210================
311
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22
33m4_define ( [ flatpak_builder_major_version] , [ 1] )
44m4_define ( [ flatpak_builder_minor_version] , [ 1] )
5- m4_define ( [ flatpak_builder_micro_version] , [ 1 ] )
5+ m4_define ( [ flatpak_builder_micro_version] , [ 2 ] )
66m4_define ( [ flatpak_builder_version] ,
77 [ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
88
You can’t perform that action at this time.
0 commit comments