From 65021a26da477063e7f04531018fc49220cab5c5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 17 May 2021 01:56:47 +0200 Subject: [PATCH] Release ruma 0.1.0 --- crates/ruma/CHANGELOG.md | 5 +++++ crates/ruma/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 crates/ruma/CHANGELOG.md 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]