Release ruma 0.1.0

This commit is contained in:
Jonas Platte 2021-05-17 01:56:47 +02:00
parent e5e2cde421
commit 65021a26da
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 6 additions and 1 deletions

5
crates/ruma/CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# [unreleased]
# 0.1.0
First release with non-prerelease dependencies! 🎉

View File

@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
version = "0.0.3" version = "0.1.0"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]