Skip to content

Commit 9bdd98d

Browse files
committed
release v0.20.0
1 parent c591273 commit 9bdd98d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [".", "macros"]
77

88
name = "devela"
99
description = "A cohesive Rust development layer."
10-
version = "0.20.0-wip"
10+
version = "0.20.0"
1111
edition = "2021"
1212
rust-version = "1.76.0" # sync with readme & .github/*/check.yml
1313
authors = ["José Luis Cruz <joseluis@andamira.net>"]

DOCS/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to
66
[Semantic Versioning].
77

8-
## [0.20.0-wip]
8+
## Unreleased
9+
10+
## [0.20.0]
911

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

0 commit comments

Comments
 (0)