From d1595c208fe946bdffa728520b2eeca17a62e5a8 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Thu, 10 Aug 2023 21:23:44 +1000 Subject: [PATCH] Release --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e21d5..de27ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). -## 0.5.0 (Unreleased) +## main + +## 0.5.0 FEATURES: diff --git a/Cargo.toml b/Cargo.toml index 304e429..172096c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnsimple" -version = "0.4.0" +version = "0.5.0" authors = ["Enrique Comba Riepenhausen ", "Amelia Aronsohn "] edition = "2021" description = "The DNSimple API client for Rust."