Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francium committed Jun 2, 2024
1 parent 08a6030 commit 399cc41
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.17.0] - 2024-06-02

- `[added]` Add `inspect()` and `inspect_err()` methods (#185)

## [0.16.1] - 2024-02-29
Expand Down Expand Up @@ -144,7 +146,8 @@ codebase.
- Initial version

[MIGRATING.md]: https:/rustedpy/result/blob/main/MIGRATING.md
[Unreleased]: https:/rustedpy/result/compare/v0.16.1...HEAD
[Unreleased]: https:/rustedpy/result/compare/v0.17.0...HEAD
[0.17.0]: https:/rustedpy/result/compare/v0.16.1...v0.17.0
[0.16.1]: https:/rustedpy/result/compare/v0.16.0...v0.16.1
[0.16.0]: https:/rustedpy/result/compare/v0.15.0...v0.16.0
[0.15.0]: https:/rustedpy/result/compare/v0.14.0...v0.15.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.17.0"

0 comments on commit 399cc41

Please sign in to comment.