Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Oct 27, 2017
1 parent 7e124f0 commit fb2612e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Major changes in 0.10.1
=======================

* Fix handling of shallow git clones with older versions of git
* Fix issue where flatpak-builder --run could exit if some
thread in the parent process exited, exposeb by e.g.
gnome-builder.

Major changes in 0.10.0
=======================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_PREREQ([2.63])

m4_define([flatpak_builder_major_version], [0])
m4_define([flatpak_builder_minor_version], [10])
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 fb2612e

Please sign in to comment.