Skip to content

Commit 854f49d

Browse files
committed
Update version for release 0.4.1
1 parent e234a05 commit 854f49d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
-
6+
7+
## [0.4.1] -- 2022-06-29
8+
59
### Added
610

711
- Fix repository link in `Cargo.toml`.
@@ -47,7 +51,7 @@
4751
- First version with the most common operations.
4852

4953
[Unreleased]: https://github.com/fengalin/option-operations/
50-
[0.4.0]: https://github.com/fengalin/option-operations/tree/0.4.0
54+
[0.4.1]: https://github.com/fengalin/option-operations/tree/0.4.1
5155
[0.3.0]: https://github.com/fengalin/option-operations/tree/0.3.0
5256
[0.2.0]: https://github.com/fengalin/option-operations/tree/0.2.0
5357
[0.1.0]: https://github.com/fengalin/option-operations/tree/0.1.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.4.0"
3+
version = "0.4.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)