We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de969e0 commit 33ec398Copy full SHA for 33ec398
2 files changed
changelog
@@ -1,3 +1,10 @@
1
+2021-11-22 François Degros <fdegros@chromium.org>
2
+
3
+ * Released mount-zip 1.0.1:
4
+ - No functional change
5
+ - Minor code refactoring
6
+ - Add FileMapping and IcuGuard classes
7
8
2021-11-20 François Degros <fdegros@chromium.org>
9
10
* Released mount-zip 1.0.0:
config.h
@@ -19,6 +19,6 @@
19
20
#define FUSE_USE_VERSION 27
21
#define PROGRAM "mount-zip"
22
-#define VERSION "1.0.0"
+#define VERSION "1.0.1"
23
24
#endif
0 commit comments