Skip to content

Commit dbc48be

Browse files
authored
Update changelog for 0.1.1 release (#132)
1 parent 04d9180 commit dbc48be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ package updates, you can specify your package dependency using
1616

1717
---
1818

19+
## [0.1.1] - 2021-04-14
20+
21+
### Fixes
22+
23+
- `Product2` associated type inference error in release build ([#130])
24+
1925
## [0.1.0] - 2021-04-13
2026

2127
### Additions
@@ -149,7 +155,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
149155

150156
<!-- Link references for releases -->
151157

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
153160
[0.1.0]: https://github.com/apple/swift-algorithms/compare/0.0.4...0.1.0
154161
[0.0.4]: https://github.com/apple/swift-algorithms/compare/0.0.3...0.0.4
155162
[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
178185
[#112]: https://github.com/apple/swift-algorithms/pull/112
179186
[#124]: https://github.com/apple/swift-algorithms/pull/124
180187
[#125]: https://github.com/apple/swift-algorithms/pull/125
188+
[#130]: https://github.com/apple/swift-algorithms/pull/130
181189

182190
<!-- Link references for contributors -->
183191

0 commit comments

Comments
 (0)