-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f743e67
commit 0dbeb34
Showing
1 changed file
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,38 @@ | ||
# Change Log | ||
## [0.2.2](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.2.1...v0.2.2) (2019-05-09) | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
# [0.2.1](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.2.0...v0.2.1) (2019-05-09) | ||
### Bug Fixes | ||
|
||
* Fix travis and appveyor to build binaries ([f743e67](https://github.com/amaurymartiny/check_if_email_exists/commit/f743e67)) | ||
|
||
|
||
|
||
## [0.2.1](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.2.0...v0.2.1) (2019-05-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
- Refactor app to make travis build binaries ([#17](https://github.com/amaurymartiny/check_if_email_exists/issues/17)) ([9616ef5](https://github.com/amaurymartiny/check_if_email_exists/commit/9616ef5)) | ||
* Refactor app to make travis build binaries ([#17](https://github.com/amaurymartiny/check_if_email_exists/issues/17)) ([9616ef5](https://github.com/amaurymartiny/check_if_email_exists/commit/9616ef5)) | ||
|
||
|
||
|
||
# [0.2.0](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.1.1...v0.2.0) (2019-05-09) | ||
|
||
# [0.1.1](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.1.0...v0.1.1) (2018-12-29) | ||
|
||
- Remove i686 arch ([36158fa](https://github.com/amaurymartiny/check_if_email_exists/commit/36158fa87415eaca143f281fc15244e8515ed579)) | ||
### Features | ||
|
||
* Add serverless function ([#15](https://github.com/amaurymartiny/check_if_email_exists/issues/15)) ([532c4eb](https://github.com/amaurymartiny/check_if_email_exists/commit/532c4eb)) | ||
* Return Option<bool> instead of bool ([#13](https://github.com/amaurymartiny/check_if_email_exists/issues/13)) ([2aef345](https://github.com/amaurymartiny/check_if_email_exists/commit/2aef345)) | ||
|
||
|
||
|
||
## [0.1.1](https://github.com/amaurymartiny/check_if_email_exists/compare/v0.1.0...v0.1.1) (2018-12-29) | ||
|
||
|
||
# 0.1.0 (2018-12-29) | ||
|
||
- Change codebase to Rust ([#7](https://github.com/amaurymartiny/check_if_email_exists/pull/7)) ([05569e4](https://github.com/amaurymartiny/check_if_email_exists/commit/05569e4900b4467fa6d7f03086343fac753fe4ad)) | ||
|
||
### Features | ||
|
||
* Change codebase to Rust ([#7](https://github.com/amaurymartiny/check_if_email_exists/pull/7)) ([05569e4](https://github.com/amaurymartiny/check_if_email_exists/commit/05569e4900b4467fa6d7f03086343fac753fe4ad)) | ||
|