Skip to content

Commit 399cc41

Browse files
committed
Release v0.17.0
1 parent 08a6030 commit 399cc41

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.17.0] - 2024-06-02
17+
1618
- `[added]` Add `inspect()` and `inspect_err()` methods (#185)
1719

1820
## [0.16.1] - 2024-02-29
@@ -144,7 +146,8 @@ codebase.
144146
- Initial version
145147

146148
[MIGRATING.md]: https://github.com/rustedpy/result/blob/main/MIGRATING.md
147-
[Unreleased]: https://github.com/rustedpy/result/compare/v0.16.1...HEAD
149+
[Unreleased]: https://github.com/rustedpy/result/compare/v0.17.0...HEAD
150+
[0.17.0]: https://github.com/rustedpy/result/compare/v0.16.1...v0.17.0
148151
[0.16.1]: https://github.com/rustedpy/result/compare/v0.16.0...v0.16.1
149152
[0.16.0]: https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0
150153
[0.15.0]: https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0

src/result/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"do",
2626
"do_async",
2727
]
28-
__version__ = "0.17.0.dev0"
28+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)