Skip to content

Commit

Permalink
release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Oct 27, 2023
1 parent 17b6a69 commit 8182365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <joseluis@andamira.net>"]
Expand Down
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8182365

Please sign in to comment.