Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Dec 23, 2023
1 parent aee61d6 commit 474960f
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.16.0] - 2023-12-23

- `[added]` Add `map_async` for async functions (#165)
- `[fixed]` Add `do_async()` to handle edge case in `do()` involving multiple inlined awaits (#149)
- `[added]` Add support for Python 3.12 (#157)
Expand Down Expand Up @@ -136,7 +138,8 @@ codebase.
- Initial version

[MIGRATING.md]: https://github.com/rustedpy/result/blob/master/MIGRATING.md
[Unreleased]: https://github.com/rustedpy/result/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0
[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
Expand Down
2 changes: 1 addition & 1 deletion src/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"do",
"do_async",
]
__version__ = "0.16.0.dev0"
__version__ = "0.16.0"

0 comments on commit 474960f

Please sign in to comment.