Skip to content

Commit

Permalink
Merge pull request #114 from DrDaveD/prepare-0.5.0
Browse files Browse the repository at this point in the history
Prepare for 0.5.0 release
  • Loading branch information
DrDaveD authored Sep 13, 2023
2 parents 422f074 + e582f1d commit 3f4dd29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.0 - 13 September 2023

* Add `--notify_fd` option

0.4.0 - 30 July 2023

* Restore the library api from 0.2.0, adding `_with_subdir` to
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.4.0], [[email protected]])
AC_INIT([squashfuse], [0.5.0], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 3f4dd29

Please sign in to comment.