Skip to content

Commit 8290528

Browse files
authored
Update changelog for the 1.1.1 release (#428)
1 parent b054991 commit 8290528

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Add new items at the end of the relevant section under **Unreleased**.
1010

1111
---
1212

13+
## [1.1.1] - 2022-03-16
14+
15+
### Fixes
16+
17+
- Moves the platform requirement from the package level down to the new
18+
types and protocols with `async` members. This was a source-breaking
19+
change in 1.1.0. ([#427])
20+
- Fixed issues in the CMake build configuration.
21+
1322
## [1.1.0] - 2022-03-14
1423

1524
### Additions
@@ -609,7 +618,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
609618

610619
<!-- Link references for releases -->
611620

612-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.1.0...HEAD
621+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.1.1...HEAD
622+
[1.1.1]: https://github.com/apple/swift-argument-parser/compare/1.1.0...1.1.1
613623
[1.1.0]: https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
614624
[1.0.3]: https://github.com/apple/swift-argument-parser/compare/1.0.2...1.0.3
615625
[1.0.2]: https://github.com/apple/swift-argument-parser/compare/1.0.1...1.0.2
@@ -663,6 +673,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
663673
[#400]: https://github.com/apple/swift-argument-parser/pull/400
664674
[#404]: https://github.com/apple/swift-argument-parser/pull/404
665675
[#416]: https://github.com/apple/swift-argument-parser/pull/416
676+
[#427]: https://github.com/apple/swift-argument-parser/pull/427
666677

667678
<!-- Link references for contributors -->
668679

0 commit comments

Comments
 (0)