Skip to content

Commit 43b9830

Browse files
committed
Preparation for release 0.6.0
1 parent 7504ea4 commit 43b9830

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
-
6+
7+
## [0.6.0] -- 2025-09-01
8+
9+
### Changed
10+
511
- Use `pastey` instead of `paste` which is no longer maintained.
612
This also requires upgrading the MSRV to 1.54.
713

@@ -58,6 +64,7 @@
5864
- First version with the most common operations.
5965

6066
[Unreleased]: https://github.com/fengalin/option-operations/
67+
[0.6.0]: https://github.com/fengalin/option-operations/tree/0.6.0
6168
[0.5.0]: https://github.com/fengalin/option-operations/tree/0.5.0
6269
[0.4.1]: https://github.com/fengalin/option-operations/tree/0.4.1
6370
[0.4.0]: https://github.com/fengalin/option-operations/tree/0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "option-operations"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["François Laignel <fengalin@free.fr>"]
55
categories = ["rust-patterns", "no-std", "mathematics"]
66
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."

0 commit comments

Comments
 (0)