From 79e11ed818565353f2061e84c59efebaac4f638d Mon Sep 17 00:00:00 2001 From: Jonas da Silva Date: Mon, 20 May 2024 22:07:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Make=20release=20ready?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fb73d..952c943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Allay adheres to [Semantic Versioning](https://semver.org/). ## [unreleased][] + +## [0.1.0][] - 2023-05-20 + _♻️ Rewrite_ @@ -35,6 +38,7 @@ _♻️ Rewrite_ _🍰 Initial release_ -[unreleased]: https://github.com/allay-mc/allay/compare/v0.1.0-beta.1...HEAD +[unreleased]: https://github.com/allay-mc/allay/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/allay-mc/allay/compare/v0.1.0-beta.1...v0.1.0 [0.1.0-beta.1]: https://github.com/allay-mc/allay/compare/v0.1.0-alpha.1...v0.1.0-beta.1 [0.1.0-alpha.1]: https://github.com/allay-mc/allay/releases/v0.1.0-alpha.1 diff --git a/Cargo.toml b/Cargo.toml index eb48ff8..1dd7d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "allay" version = "0.1.0" edition = "2021" description = "Your Personal Creator Assistant" -documentation = "https://allay-mc.github.io/docs" +documentation = "https://allay-mc.github.io/allay" homepage = "https://allay-mc.github.io" repository = "https://github.com/allay-mc/allay" license = "GPL-3.0-only"