Skip to content

Commit

Permalink
release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Mar 12, 2024
1 parent c591273 commit 9bdd98d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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"]

name = "devela"
description = "A cohesive Rust development layer."
version = "0.20.0-wip"
version = "0.20.0"
edition = "2021"
rust-version = "1.76.0" # sync with readme & .github/*/check.yml
authors = ["José Luis Cruz <joseluis@andamira.net>"]
Expand Down
4 changes: 3 additions & 1 deletion DOCS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.20.0-wip]
## Unreleased

## [0.20.0]

### Added
- add traits: `NumToStr`, `ConstDefault`, `DataQueue`, `DataDeque`, `DataStack`, `DataDesta`, `ExtTuple`, `ExtArray`.
Expand Down

0 comments on commit 9bdd98d

Please sign in to comment.