bump version, though this library should still be considered unstable, API-wise

lumi created

Change summary

sasl/Cargo.toml | 2 +-
sasl/README.md  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

sasl/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "sasl"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["lumi <lumi@pew.im>"]
 description = "A crate for SASL authentication. Currently only does the client side."
 homepage = "https://gitlab.com/lumi/sasl-rs"

sasl/README.md 🔗

@@ -4,7 +4,7 @@ sasl-rs
 What's this?
 ------------
 
-A crate which handles SASL authentication.
+A crate which handles SASL authentication. Still unstable until 1.0.0.
 
 Can I see an example?
 ---------------------