Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Release v. 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ceratto committed May 2, 2020
1 parent 414efeb commit 46e89ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ image:https://img.shields.io/badge/status-stable-green.svg[badge]
image:https://img.shields.io/github/tag/FedericoCeratto/nim-httpauth.svg[tags]
image:https://img.shields.io/badge/License-LGPL%20v3-blue.svg[License]

WARNING: Version 0.2.0 is not backward compatible due previously weak password hashing

.Features:
[none]
- [x] Encrypted+signed session cookies
Expand Down Expand Up @@ -46,7 +44,7 @@ nimble install httpauth
nimble install etcd_client # etcd >= 0.2.0
nimble install redis # Redis
nimble install nimongo # MongoDB
nimble install nimongo # MongoDB: use #head if needed
----

==== Running the demo
Expand Down
2 changes: 1 addition & 1 deletion httpauth.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.0"
version = "0.3.0"
author = "Federico Ceratto"
description = "HTTP Authentication and Authorization"
license = "LGPLv3"
Expand Down

0 comments on commit 46e89ae

Please sign in to comment.