Skip to content

Commit

Permalink
Release v0.3.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Apr 19, 2024
1 parent 6d3f66b commit 4a31318
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions canister/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

## [[0.3.0](https://github.com/open-chat-labs/ic-sign-in-with-email/releases/tag/v0.3.0)] - 2024-04-19

### Changed

- Introduce `ValidatedEmail` type to force validation in all cases ([#3](https://github.com/open-chat-labs/ic-sign-in-with-email/pull/3))
- Mark codes with any failed attempts as failed when removed ([#4](https://github.com/open-chat-labs/ic-sign-in-with-email/pull/4))

## [[0.2.0](https://github.com/open-chat-labs/ic-sign-in-with-email/releases/tag/v0.2.0)] - 2024-04-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion canister/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sign_in_with_email_canister"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion canister/impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sign_in_with_email_canister_impl"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 4a31318

Please sign in to comment.