diff --git a/crates/ruma/CHANGELOG.md b/crates/ruma/CHANGELOG.md new file mode 100644 index 00000000..888e5240 --- /dev/null +++ b/crates/ruma/CHANGELOG.md @@ -0,0 +1,5 @@ +# [unreleased] + +# 0.1.0 + +First release with non-prerelease dependencies! 🎉 diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index c0fd689d..fa6bcc7a 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.0.3" +version = "0.1.0" edition = "2018" [package.metadata.docs.rs]