We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b997 commit 49c71deCopy full SHA for 49c71de
2 files changed
Makefile
@@ -16,7 +16,7 @@
16
# the License.
17
18
# Update this on each new release, along with the NEWS.md file.
19
-VERSION := v0.3.4
+VERSION := v0.3.5
20
21
NAME := fscrypt
22
PAM_NAME := pam_$(NAME)
NEWS.md
@@ -1,5 +1,16 @@
1
# `fscrypt` release notes
2
3
+## Version 0.3.5
4
+
5
+* Upgraded various dependencies, resolving two security alerts from GitHub.
6
7
+* `fscrypt` now requires Go 1.18 or later to build.
8
9
+* `fscrypt` now provides a better error message when it's asked to operate on a
10
+ locked regular file.
11
12
+* Made some improvements to the documentation.
13
14
## Version 0.3.4
15
* `fscrypt` now requires Go 1.16 or later to build.
0 commit comments