Skip to content

Commit d827053

Browse files
committed
Prepare 0.1.0 release
1 parent 10a934d commit d827053

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## 0.1.0 (UNDER DEVELOPMENT)
3+
## 0.1.0 (2023-02-11)
44

55
This is the initial release of Marten Auth!

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: marten_auth
2-
version: 0.1.0.dev0
2+
version: 0.1.0
33

44
authors:
55
- Morgan Aubert <me@morganaubert.name>
@@ -12,7 +12,7 @@ crystal: ">= 1.6.0"
1212
dependencies:
1313
marten:
1414
github: martenframework/marten
15-
branch: main
15+
version: ">= 0.2.0"
1616

1717
development_dependencies:
1818
ameba:

src/marten_auth.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require "crypto/bcrypt/password"
33
require "./marten_auth/app"
44

55
module MartenAuth
6-
VERSION = "0.1.0.dev0"
6+
VERSION = "0.1.0"
77

88
@@password_reset_token_encryptor : Marten::Core::Encryptor?
99

0 commit comments

Comments
 (0)