Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Mar 19, 2024
1 parent ec1b997 commit 49c71de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# the License.

# Update this on each new release, along with the NEWS.md file.
VERSION := v0.3.4
VERSION := v0.3.5

NAME := fscrypt
PAM_NAME := pam_$(NAME)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# `fscrypt` release notes

## Version 0.3.5

* Upgraded various dependencies, resolving two security alerts from GitHub.

* `fscrypt` now requires Go 1.18 or later to build.

* `fscrypt` now provides a better error message when it's asked to operate on a
locked regular file.

* Made some improvements to the documentation.

## Version 0.3.4

* `fscrypt` now requires Go 1.16 or later to build.
Expand Down

0 comments on commit 49c71de

Please sign in to comment.