Skip to content

Commit

Permalink
Release 0.6.1.
Browse files Browse the repository at this point in the history
* configure.ac: Bump version.
* NEWS: Update.
  • Loading branch information
mbakke committed Feb 7, 2022
1 parent 44f5d47 commit 8259b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.6.1
-----------
* Subtract EFI partition size from DISK_SIZE to work around Guix
calculation bug (thanks @methuselah-0).

Version 0.6
-----------
* Expose the Guix --system and --target options as OS parameters.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(ganeti-instance-guix, 0.6)
AC_INIT(ganeti-instance-guix, 0.6.1)

AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR(configure)
Expand Down

0 comments on commit 8259b78

Please sign in to comment.