Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Dec 5, 2023
1 parent 8856648 commit 5ada338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Possible log types:

## [Unreleased]

## [0.15.0] - 2023-12-04

- `[added]` Add `do` function to support Haskell-style do-notation (#149)

## [0.14.0] - 2023-11-10
Expand Down Expand Up @@ -130,7 +132,8 @@ codebase.
- Initial version

[MIGRATING.md]: https://github.com/rustedpy/result/blob/master/MIGRATING.md
[Unreleased]: https://github.com/rustedpy/result/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/rustedpy/result/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/rustedpy/result/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/rustedpy/result/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/rustedpy/result/compare/v0.12.0...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion src/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"is_err",
"do",
]
__version__ = "0.15.0.dev0"
__version__ = "0.15.0"

0 comments on commit 5ada338

Please sign in to comment.