Skip to content

Commit

Permalink
Release unftp-auth-jsonfile version 0.1.1 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
robklg authored May 1, 2021
1 parent 2e4b4f0 commit 7ed94e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Added Mutual TLS support.

## 2021-05-01 unftp-auth-jsonfile version 0.1.1

_tag: unftp-auth-jsonfile-0.1.1_

- Added support for PBKDF2 encoded passwords

## 2021-04-25 libunftp v0.17.2

_tag: libunftp-0.17.2_
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* Update Cargo.toml with the new version number
* Search for the old version number to find references to it in documentation and update those occurrences.
* Run `make pr-prep`, ensuring everything is green
* Run unFTP while pointing to the new version of libunftp
* Before releasing libunftp itself, run unFTP while pointing to the new version of libunftp
* Make a new commit indicating the crate name and version number e.g.
> Release libunftp version x.y.x
or

> Release unftp-sbe-fs version x.y.x
Expand All @@ -18,4 +18,4 @@
> libunftp-0.17.1
or
> unftp-sbe-fs-0.1.1
* Notify the Telegram channel.
* Notify the Telegram channel.
2 changes: 1 addition & 1 deletion crates/unftp-auth-jsonfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unftp-auth-jsonfile"
version = "0.1.0"
version = "0.1.1"
description = "An authenticator back-end for libunftp that authenticates against a JSON file"
authors = [
"Agoston Horvath <[email protected]>",
Expand Down

0 comments on commit 7ed94e5

Please sign in to comment.