File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.1.0 (UNDER DEVELOPMENT )
3+ ## 0.1.0 (2023-02-11 )
44
55This is the initial release of Marten Auth!
Original file line number Diff line number Diff line change 11name : marten_auth
2- version : 0.1.0.dev0
2+ version : 0.1.0
33
44authors :
55 - Morgan Aubert <me@morganaubert.name>
@@ -12,7 +12,7 @@ crystal: ">= 1.6.0"
1212dependencies :
1313 marten :
1414 github : martenframework/marten
15- branch : main
15+ version : " >= 0.2.0 "
1616
1717development_dependencies :
1818 ameba :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require "crypto/bcrypt/password"
33require " ./marten_auth/app"
44
55module MartenAuth
6- VERSION = " 0.1.0.dev0 "
6+ VERSION = " 0.1.0"
77
88 @@password_reset_token_encryptor : Marten ::Core ::Encryptor ?
99
You can’t perform that action at this time.
0 commit comments