Skip to content

Commit 5ada338

Browse files
committed
Release v0.15.0
1 parent 8856648 commit 5ada338

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Possible log types:
1313

1414
## [Unreleased]
1515

16+
## [0.15.0] - 2023-12-04
17+
1618
- `[added]` Add `do` function to support Haskell-style do-notation (#149)
1719

1820
## [0.14.0] - 2023-11-10
@@ -130,7 +132,8 @@ codebase.
130132
- Initial version
131133

132134
[MIGRATING.md]: https://github.com/rustedpy/result/blob/master/MIGRATING.md
133-
[Unreleased]: https://github.com/rustedpy/result/compare/v0.14.0...HEAD
135+
[Unreleased]: https://github.com/rustedpy/result/compare/v0.15.0...HEAD
136+
[0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0
134137
[0.14.0]: https://github.com/rustedpy/result/compare/v0.13.1...v0.14.0
135138
[0.13.1]: https://github.com/rustedpy/result/compare/v0.13.0...v0.13.1
136139
[0.13.0]: https://github.com/rustedpy/result/compare/v0.12.0...v0.13.0

src/result/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"is_err",
2424
"do",
2525
]
26-
__version__ = "0.15.0.dev0"
26+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)