From 81823656885d5b009140bf614c0cf0ec77c0d4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Fri, 27 Oct 2023 18:48:44 +0200 Subject: [PATCH] release `v0.17.0` --- Cargo.toml | 2 +- Changelog.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee2e5b39..134137ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [".", "macros", "depend"] name = "devela" description = "Development extensions for the Rust Standard Library" -version = "0.17.0-wip" +version = "0.17.0" edition = "2021" rust-version = "1.73.0" # sync with readme & .github/*/check.yml authors = ["José Luis Cruz "] diff --git a/Changelog.md b/Changelog.md index 1090f73d..567672f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [0.17.0-wip] +## [0.17.0] 2023-10-27 ### Added - new types: `DstArray`, `DstValue`, `DstStack`, `DstQueue`, `DstQueueIter`, `DstQueueIterMut`, `DstQueuePopHandle`, `DstStackIter`, `DstStackIterMut`. @@ -518,7 +518,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.16.0...HEAD +[unreleased]: https://github.com/andamira/devela/compare/v0.17.0...HEAD +[0.17.0]: https://github.com/andamira/devela/releases/tag/v0.17.0 [0.16.0]: https://github.com/andamira/devela/releases/tag/v0.16.0 [0.15.0]: https://github.com/andamira/devela/releases/tag/v0.15.0 [0.14.0]: https://github.com/andamira/devela/releases/tag/v0.14.0