Skip to content

Commit

Permalink
Merge pull request #128 from DrDaveD/prepare-0.5.1
Browse files Browse the repository at this point in the history
Prepare for 0.5.1 release
  • Loading branch information
DrDaveD authored Feb 19, 2024
2 parents dca5492 + d3a3b94 commit a325260
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 @@
0.5.1 - 19 February 2024

* Fix 32-bit builds
* Add nix as a supported build type

0.5.0 - 13 September 2023

* Add `--notify_fd` option
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([squashfuse], [0.5.0], [[email protected]])
AC_INIT([squashfuse], [0.5.1], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit a325260

Please sign in to comment.