Skip to content

Commit

Permalink
Release v0.16.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Mar 1, 2024
1 parent bb769b5 commit 2b08d8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Possible log types:

## [Unreleased]

## [0.16.1] - 2024-02-29

- `[fixed]` PyPI not showing description (#176)

## [0.16.0] - 2023-12-23

- `[added]` Add `map_async` for async functions (#165)
Expand Down Expand Up @@ -138,7 +142,8 @@ codebase.
- Initial version

[MIGRATING.md]: https://github.com/rustedpy/result/blob/main/MIGRATING.md
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.0...HEAD
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.1...HEAD
[0.16.0]: https://github.com/rustedpy/result/compare/v0.16.0...v0.16.1
[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
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.17.0.dev0"
__version__ = "0.16.1b1"

0 comments on commit 2b08d8d

Please sign in to comment.