Skip to content

Commit 8f7198b

Browse files
committed
Prepare for release 0.5.0
1 parent 815873c commit 8f7198b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
-
6+
7+
## [0.5.0] -- 2022-08-15
8+
9+
### Fixed
10+
511
- Fix `prelude` not exporting `OptionEq`.
612

713
## [0.4.1] -- 2022-06-29
@@ -51,7 +57,9 @@
5157
- First version with the most common operations.
5258

5359
[Unreleased]: https://github.com/fengalin/option-operations/
60+
[0.5.0]: https://github.com/fengalin/option-operations/tree/0.5.0
5461
[0.4.1]: https://github.com/fengalin/option-operations/tree/0.4.1
62+
[0.4.0]: https://github.com/fengalin/option-operations/tree/0.4.0
5563
[0.3.0]: https://github.com/fengalin/option-operations/tree/0.3.0
5664
[0.2.0]: https://github.com/fengalin/option-operations/tree/0.2.0
5765
[0.1.0]: https://github.com/fengalin/option-operations/tree/0.1.0

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "option-operations"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["François Laignel <[email protected]>"]
55
categories = ["rust-patterns", "no-std", "mathematics"]
66
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."
7+
documentation = "https://docs.rs/option-operations"
78
keywords = ["option", "arithmetic", "operations", "ord", "cmp"]
89
license = "MIT/Apache-2.0"
910
readme = "README.md"

0 commit comments

Comments
 (0)