Skip to content

Commit e579882

Browse files
authored
Update CHANGELOG for 1.7.2 release (#919)
Note: The 1.7.2 release is branched from 1.7.1, not from 'main'.
1 parent c1594d2 commit e579882

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ The 1.8.0 release includes contributions from [bkhouri], [natecook1000], [qflen]
4747

4848
---
4949

50+
## [1.7.2] - 2026-07-08
51+
52+
### Fixes
53+
54+
- Resolves a build warning by making an implicit `Int32` cast explicit on Windows. ([#913])
55+
5056
## [1.7.1] - 2026-03-20
5157

5258
### Changes
@@ -1054,6 +1060,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
10541060
[1.8.2]: https://github.com/apple/swift-argument-parser/compare/1.8.1...1.8.2
10551061
[1.8.1]: https://github.com/apple/swift-argument-parser/compare/1.8.0...1.8.1
10561062
[1.8.0]: https://github.com/apple/swift-argument-parser/compare/1.7.1...1.8.0
1063+
[1.7.2]: https://github.com/apple/swift-argument-parser/compare/1.7.1...1.7.2
10571064
[1.7.1]: https://github.com/apple/swift-argument-parser/compare/1.7.0...1.7.1
10581065
[1.7.0]: https://github.com/apple/swift-argument-parser/compare/1.6.2...1.7.0
10591066
[1.6.2]: https://github.com/apple/swift-argument-parser/compare/1.6.1...1.6.2

0 commit comments

Comments
 (0)