From 66e1a3162fc4c295099b70b895535b6b3f8c6291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Wed, 13 Sep 2023 16:29:33 +0200 Subject: [PATCH] release `v0.10.0` --- Cargo.toml | 2 +- Changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79d3f118..6df3ef1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "macros"] [package] name = "devela" description = "rust development helper & extension utilities" -version = "0.9.0" +version = "0.10.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 9a6a40fa..8b38ba54 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.10.0] - 2023-09-13 + ### Added - new features: `unsafe_mem`, `unsafe_str`. - new modules : `ascii`, `os::terminal`, `str`, `_features`. @@ -291,7 +293,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.9.0...HEAD +[unreleased]: https://github.com/andamira/devela/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/andamira/devela/releases/tag/v0.9.0 [0.9.0]: https://github.com/andamira/devela/releases/tag/v0.9.0 [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