From 53d2870009e491ea2f537cd0e508075214b293de Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Thu, 15 Apr 2021 14:43:50 -0500 Subject: [PATCH] Update changelog for 0.1.1 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6779d9ab..29143adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ package updates, you can specify your package dependency using --- +## [0.1.1] - 2021-04-14 + +### Fixes + +- `Product2` associated type inference error in release build ([#130]) + ## [0.1.0] - 2021-04-13 ### Additions @@ -149,7 +155,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co -[Unreleased]: https://github.com/apple/swift-algorithms/compare/0.1.0...HEAD +[Unreleased]: https://github.com/apple/swift-algorithms/compare/0.1.1...HEAD +[0.1.1]: https://github.com/apple/swift-algorithms/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/apple/swift-algorithms/compare/0.0.4...0.1.0 [0.0.4]: https://github.com/apple/swift-algorithms/compare/0.0.3...0.0.4 [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 [#112]: https://github.com/apple/swift-algorithms/pull/112 [#124]: https://github.com/apple/swift-algorithms/pull/124 [#125]: https://github.com/apple/swift-algorithms/pull/125 +[#130]: https://github.com/apple/swift-algorithms/pull/130