File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Possible log types:
13
13
14
14
## [ Unreleased]
15
15
16
+ ## [ 0.17.0] - 2024-06-02
17
+
16
18
- ` [added] ` Add ` inspect() ` and ` inspect_err() ` methods (#185 )
17
19
18
20
## [ 0.16.1] - 2024-02-29
@@ -144,7 +146,8 @@ codebase.
144
146
- Initial version
145
147
146
148
[ 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
148
151
[ 0.16.1 ] : https://github.com/rustedpy/result/compare/v0.16.0...v0.16.1
149
152
[ 0.16.0 ] : https://github.com/rustedpy/result/compare/v0.15.0...v0.16.0
150
153
[ 0.15.0 ] : https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 25
25
"do" ,
26
26
"do_async" ,
27
27
]
28
- __version__ = "0.17.0.dev0 "
28
+ __version__ = "0.17.0"
You can’t perform that action at this time.
0 commit comments