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.15.0] - 2023-12-04
17
+
16
18
- ` [added] ` Add ` do ` function to support Haskell-style do-notation (#149 )
17
19
18
20
## [ 0.14.0] - 2023-11-10
@@ -130,7 +132,8 @@ codebase.
130
132
- Initial version
131
133
132
134
[ MIGRATING.md ] : https://github.com/rustedpy/result/blob/master/MIGRATING.md
133
- [ Unreleased ] : https://github.com/rustedpy/result/compare/v0.14.0...HEAD
135
+ [ Unreleased ] : https://github.com/rustedpy/result/compare/v0.15.0...HEAD
136
+ [ 0.15.0 ] : https://github.com/rustedpy/result/compare/v0.14.0...v0.15.0
134
137
[ 0.14.0 ] : https://github.com/rustedpy/result/compare/v0.13.1...v0.14.0
135
138
[ 0.13.1 ] : https://github.com/rustedpy/result/compare/v0.13.0...v0.13.1
136
139
[ 0.13.0 ] : https://github.com/rustedpy/result/compare/v0.12.0...v0.13.0
Original file line number Diff line number Diff line change 23
23
"is_err" ,
24
24
"do" ,
25
25
]
26
- __version__ = "0.15.0.dev0 "
26
+ __version__ = "0.15.0"
You can’t perform that action at this time.
0 commit comments