Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Sep 13, 2023
1 parent 6c764d8 commit 66e1a31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [".", "macros"]
[package]
name = "devela"
description = "rust development helper & extension utilities"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
rust-version = "1.72.0" # sync with readme, check.sh & .github/workflows/check.yml
authors = ["José Luis Cruz <joseluis@andamira.net>"]
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

## [0.10.0] - 2023-09-13

### Added
- new features: `unsafe_mem`, `unsafe_str`.
- new modules : `ascii`, `os::terminal`, `str`, `_features`.
Expand Down Expand Up @@ -291,7 +293,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.9.0...HEAD
[unreleased]: https://github.com/andamira/devela/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/andamira/devela/releases/tag/v0.9.0
[0.9.0]: https://github.com/andamira/devela/releases/tag/v0.9.0
[0.8.0]: https://github.com/andamira/devela/releases/tag/v0.8.0
[0.7.1]: https://github.com/andamira/devela/releases/tag/v0.7.1
Expand Down

0 comments on commit 66e1a31

Please sign in to comment.