AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.18k stars 149 forks source link

Releasing the next version (1.3.3?) #80

Closed lguminski closed 1 year ago

lguminski commented 1 year ago

I can see that the last release is quite old, and given that recently there were a few changes (e.g. #75) it would be convenient to have a new version.

lryong commented 1 year ago

@lguminski Sorry for releasing v1.3.3 only now, we had new features merged together in the recent week and delayed to release the new version now. Generally if features are merged into the master branch, you can specify the commit record during installation if you want to use the new features first, see this: How to point Go module dependency in go.mod to a latest commit in a repo?

lguminski commented 1 year ago

@lryong I did that, but it's more convenient to have an official release. Thank you!