File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ package updates, you can specify your package dependency using
16
16
17
17
---
18
18
19
+ ## [ 0.1.1] - 2021-04-14
20
+
21
+ ### Fixes
22
+
23
+ - ` Product2 ` associated type inference error in release build ([ #130 ] )
24
+
19
25
## [ 0.1.0] - 2021-04-13
20
26
21
27
### Additions
@@ -149,7 +155,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
149
155
150
156
<!-- Link references for releases -->
151
157
152
- [ Unreleased ] : https://github.com/apple/swift-algorithms/compare/0.1.0...HEAD
158
+ [ Unreleased ] : https://github.com/apple/swift-algorithms/compare/0.1.1...HEAD
159
+ [ 0.1.1 ] : https://github.com/apple/swift-algorithms/compare/0.1.0...0.1.1
153
160
[ 0.1.0 ] : https://github.com/apple/swift-algorithms/compare/0.0.4...0.1.0
154
161
[ 0.0.4 ] : https://github.com/apple/swift-algorithms/compare/0.0.3...0.0.4
155
162
[ 0.0.3 ] : https://github.com/apple/swift-algorithms/compare/0.0.2...0.0.3
@@ -178,6 +185,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
178
185
[ #112 ] : https://github.com/apple/swift-algorithms/pull/112
179
186
[ #124 ] : https://github.com/apple/swift-algorithms/pull/124
180
187
[ #125 ] : https://github.com/apple/swift-algorithms/pull/125
188
+ [ #130 ] : https://github.com/apple/swift-algorithms/pull/130
181
189
182
190
<!-- Link references for contributors -->
183
191
You can’t perform that action at this time.
0 commit comments