Skip to content

Commit 85f7594

Browse files
committed
update changelog
1 parent 85bb759 commit 85f7594

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Changelog.md

Lines changed: 6 additions & 3 deletions
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.18.0-wip]
8+
## [0.19.0-wip]
9+
10+
## [0.18.0] 2023-11-03
911

1012
### Added
1113
- new `ops` gcd fns: `gcd_*`, `gcd_ext_*` and `gcd_ext_euc_*`, `lcm_*`.
@@ -14,7 +16,7 @@ The format is based on [Keep a Changelog], and this project adheres to
1416
- new `ops` sort fns: `sort_bubble`, `sort_insertion`, `sort_merge`, `sort_quick_lomuto`, `sort_quick_hoare`, `sort_quick_3way`, `sort_selection`, `sort_shaker`, `sort_counting`, `sort_counting_buf`.
1517
- new `mem` macro: `cswap`.
1618
- add new fn to `LinuxTerminal` size: `pixels_per_cell`.
17-
- new struct `Fp` for floating-point operations wrapper.
19+
- new trait `FloatExt` and struct `Fp`.
1820

1921
### Changed
2022
- changed result of `LinuxTerminalSize` fns: `cells` and `pixels` to `[u16; 2]`.
@@ -536,7 +538,8 @@ The format is based on [Keep a Changelog], and this project adheres to
536538
- add macro `iif`.
537539

538540

539-
[unreleased]: https://github.com/andamira/devela/compare/v0.17.0...HEAD
541+
[unreleased]: https://github.com/andamira/devela/compare/v0.18.0...HEAD
542+
[0.18.0]: https://github.com/andamira/devela/releases/tag/v0.18.0
540543
[0.17.0]: https://github.com/andamira/devela/releases/tag/v0.17.0
541544
[0.16.0]: https://github.com/andamira/devela/releases/tag/v0.16.0
542545
[0.15.0]: https://github.com/andamira/devela/releases/tag/v0.15.0

0 commit comments

Comments
 (0)