Skip to content

Commit

Permalink
release v0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Jan 24, 2024
1 parent 8f4c3b5 commit 89a8878
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = "An all-encompassing, highly integrated layer for Rust development"
version = "0.19.0-wip"
version = "0.19.0"
edition = "2021"
rust-version = "1.75.0" # sync with readme & .github/*/check.yml
authors = ["José Luis Cruz <joseluis@andamira.net>"]
Expand Down
7 changes: 5 additions & 2 deletions 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.19.0-wip]
## [Unreleased]

## [0.19.0] 2024-01-24

### Added
- new features: `docsrs`, `num_int_niche`.
Expand Down Expand Up @@ -616,7 +618,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.18.1...HEAD
[unreleased]: https://github.com/andamira/devela/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/andamira/devela/releases/tag/v0.19.0
[0.18.1]: https://github.com/andamira/devela/releases/tag/v0.18.1
[0.18.0]: https://github.com/andamira/devela/releases/tag/v0.18.0
[0.17.0]: https://github.com/andamira/devela/releases/tag/v0.17.0
Expand Down

0 comments on commit 89a8878

Please sign in to comment.