From 8d7cc6ac13eb1aee993bb5770de02365a61a1b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Tue, 29 Aug 2023 18:59:04 +0200 Subject: [PATCH] release `v0.8.0` --- Cargo.toml | 2 +- Changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e3ea279..57818156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "macros"] [package] name = "devela" description = "rust development helper & extension utilities" -version = "0.7.1" +version = "0.8.0" edition = "2021" rust-version = "1.72.0" # sync with readme, check.sh & .github/workflows/check.yml authors = ["José Luis Cruz "] diff --git a/Changelog.md b/Changelog.md index 85cac530..092a1336 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## [Unreleased] +## [0.8.0] - 2023-08-29 + ### Added - add features: `safest` and `unsafe`. - new `deprecate_feature` macro. @@ -233,7 +235,8 @@ The format is based on [Keep a Changelog], and this project adheres to - add macro `iif`. -[unreleased]: https://github.com/andamira/devela/compare/v0.7.1...HEAD +[unreleased]: https://github.com/andamira/devela/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/andamira/devela/releases/tag/v0.8.0 [0.7.1]: https://github.com/andamira/devela/releases/tag/v0.7.1 [0.7.0]: https://github.com/andamira/devela/releases/tag/v0.7.0 [0.6.1]: https://github.com/andamira/devela/releases/tag/v0.6.1