Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 28, 2022
1 parent cc7a44c commit d394c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
sieve 0.1
sieve-rs 0.2.0
================================
- Improved event loop.
- Initial release.

sieve-rs 0.1.0
================================
- Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "AGPL-3.0-only"
keywords = ["sieve", "interpreter", "compiler", "email", "mail"]
categories = ["email", "compilers"]
readme = "README.md"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit d394c18

Please sign in to comment.