Skip to content

Commit a4fbe5b

Browse files
committed
Preparation for release 0.6.1
1 parent 287f4eb commit a4fbe5b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
-
6+
7+
## [0.6.1] -- 2025-12-09
8+
59
- Update `pastey` to 0.2.0.
610

711
## [0.6.0] -- 2025-09-01
@@ -64,6 +68,7 @@
6468
- First version with the most common operations.
6569

6670
[Unreleased]: https://github.com/fengalin/option-operations/
71+
[0.6.1]: https://github.com/fengalin/option-operations/tree/0.6.1
6772
[0.6.0]: https://github.com/fengalin/option-operations/tree/0.6.0
6873
[0.5.0]: https://github.com/fengalin/option-operations/tree/0.5.0
6974
[0.4.1]: https://github.com/fengalin/option-operations/tree/0.4.1

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.6.0"
3+
version = "0.6.1"
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)