From c5be90cd60ff1fac78c2063c812d88dd36858481 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 11 Feb 2023 21:03:00 +0100 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5334f21..cb015e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.3.0 - 2023-02-11 + ### Added - `bot` feature - `euphoxide::bot` module (enable the `bot` feature to use) diff --git a/Cargo.toml b/Cargo.toml index 0c747d9..94f220f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euphoxide" -version = "0.2.0" +version = "0.3.0" edition = "2021" [features]