Skip to content

Commit

Permalink
release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Nov 8, 2023
1 parent 721bf26 commit 7bc0e27
Show file tree
Hide file tree
Showing 2 changed files with 9 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", "depend"]

name = "devela"
description = "Development extensions for the Rust Standard Library"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
rust-version = "1.73.0" # sync with readme & .github/*/check.yml
authors = ["José Luis Cruz <joseluis@andamira.net>"]
Expand Down
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog], and this project adheres to

## [0.19.0-wip]

## [0.18.1] 2023-11-08

#### Fixed
- fix `FloatExt` reexport.
- fix `DERIVED.md` links.

## [0.18.0] 2023-11-03

### Added
Expand Down Expand Up @@ -538,7 +544,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.0...HEAD
[unreleased]: https://github.com/andamira/devela/compare/v0.18.1...HEAD
[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
[0.16.0]: https://github.com/andamira/devela/releases/tag/v0.16.0
Expand Down

0 comments on commit 7bc0e27

Please sign in to comment.