@@ -8,7 +8,26 @@ This project follows semantic versioning.
88
99## [ Unreleased]
1010
11- * No new changes.*
11+ ### Additions
12+
13+ - Bidirectional collections have a new ` ends(with:) ` method that matches
14+ the behavior of the standard library's ` starts(with:) ` method. ([ #224 ] )
15+
16+ <!-- *No new changes.* -->
17+
18+ ## [ 1.2.1] - 2025-02-10
19+
20+ ### Changes
21+
22+ - The package now has a minimum Swift version of Swift 5.7. ([ #240 ] )
23+ - Adds a project for building with Xcode. ([ #246 ] )
24+
25+ ### Fixes
26+
27+ - Fix for Swift 6 language mode errors. ([ #230 ] )
28+ - Minor improvements to documentation and performance. ([ #220 ] , [ #222 ] , [ #223 ] , [ #225 ] , [ #227 ] , [ #228 ] )
29+
30+ The 1.2.1 release includes contributions from [ b1ackturtle] , [ CheATSlark] , [ dabrahams] , [ glessard] , [ j-f1] , [ marcosgriselli] , [ mrs1669] , [ natecook1000] , [ rex4539] , and [ schlagelk] . Thank you!
1231
1332## [ 1.2.0] - 2023-11-14
1433
@@ -338,7 +357,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
338357
339358<!-- Link references for releases -->
340359
341- [Unreleased]: https: // github.com/apple/swift-algorithms/compare/1.2.0...HEAD
360+ [Unreleased]: https: // github.com/apple/swift-algorithms/compare/1.2.1...HEAD
361+ [1.2.0 ]: https: // github.com/apple/swift-algorithms/compare/1.2.0...1.2.1
342362[1.2.0 ]: https: // github.com/apple/swift-algorithms/compare/1.1.0...1.2.0
343363[1.1.0 ]: https: // github.com/apple/swift-algorithms/compare/1.0.0...1.1.0
344364[1.0.0 ]: https: // github.com/apple/swift-algorithms/compare/0.2.1...1.0.0
@@ -385,40 +405,58 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
385405[#202 ]: https: // github.com/apple/swift-algorithms/pull/202
386406[#210 ]: https: // github.com/apple/swift-algorithms/pull/210
387407[#211 ]: https: // github.com/apple/swift-algorithms/pull/211
408+ [#224 ]: https: // github.com/apple/swift-algorithms/pull/224
409+ [#220 ]: https: // github.com/apple/swift-algorithms/pull/220
410+ [#222 ]: https: // github.com/apple/swift-algorithms/pull/222
411+ [#223 ]: https: // github.com/apple/swift-algorithms/pull/223
412+ [#225 ]: https: // github.com/apple/swift-algorithms/pull/225
413+ [#227 ]: https: // github.com/apple/swift-algorithms/pull/227
414+ [#228 ]: https: // github.com/apple/swift-algorithms/pull/228
415+ [#230 ]: https: // github.com/apple/swift-algorithms/pull/230
416+ [#240 ]: https: // github.com/apple/swift-algorithms/pull/240
417+ [#246 ]: https: // github.com/apple/swift-algorithms/pull/246
388418
389419<!-- Link references for contributors -->
390420
391421[amomchilov]: https: // github.com/apple/swift-algorithms/commits?author=amomchilov
392422[AustinConlon]: https: // github.com/apple/swift-algorithms/commits?author=AustinConlon
423+ [b1ackturtle]: https: // github.com/apple/swift-algorithms/commits?author=b1ackturtle
393424[benrimmington]: https: // github.com/apple/swift-algorithms/commits?author=benrimmington
394425[bjhomer]: https: // github.com/apple/swift-algorithms/commits?author=bjhomer
426+ [CheATSlark]: https: // github.com/apple/swift-algorithms/commits?author=CheATSlark
395427[CTMacUser]: https: // github.com/apple/swift-algorithms/commits?author=CTMacUser
428+ [dabrahams]: https: // github.com/apple/swift-algorithms/commits?author=dabrahams
396429[danielctull]: https: // github.com/apple/swift-algorithms/commits?author=danielctull
397430[dhruvshah8]: https: // github.com/apple/swift-algorithms/commits?author=dhruvshah8
398431[dickoff]: https: // github.com/apple/swift-algorithms/commits?author=dickoff
399432[egorzhdan]: https: // github.com/apple/swift-algorithms/commits?author=egorzhdan
400433[fedeci]: https: // github.com/apple/swift-algorithms/commits?author=fedeci
434+ [glessard]: https: // github.com/apple/swift-algorithms/commits?author=glessard
401435[gwynne]: https: // github.com/apple/swift-algorithms/commits?author=gwynne
402436[hashemi]: https: // github.com/apple/swift-algorithms/commits?author=hashemi
403437[iainsmith]: https: // github.com/apple/swift-algorithms/commits?author=iainsmith
404438[IanKeen]: https: // github.com/apple/swift-algorithms/commits?author=IanKeen
405439[iSame7]: https: // github.com/apple/swift-algorithms/commits?author=iSame7
440+ [j- f1]: https: // github.com/apple/swift-algorithms/commits?author=j-f1
406441[karwa]: https: // github.com/apple/swift-algorithms/commits?author=karwa
407442[kylemacomber]: https: // github.com/apple/swift-algorithms/commits?author=kylemacomber
408443[LemonSpike]: https: // github.com/apple/swift-algorithms/commits?author=LemonSpike
409444[LucianoPAlmeida]: https: // github.com/apple/swift-algorithms/commits?author=LucianoPAlmeida
445+ [marcosgriselli]: https: // github.com/apple/swift-algorithms/commits?author=marcosgriselli
410446[markuswntr]: https: // github.com/apple/swift-algorithms/commits?author=markuswntr
411447[mattyoung]: https: // github.com/apple/swift-algorithms/commits?author=mattyoung
412448[mdznr]: https: // github.com/apple/swift-algorithms/commits?author=mdznr
413449[michiboo]: https: // github.com/apple/swift-algorithms/commits?author=michiboo
414450[mpangburn]: https: // github.com/apple/swift-algorithms/commits?author=mpangburn
451+ [mrs1669]: https: // github.com/apple/swift-algorithms/commits?author=mrs1669
415452[natecook1000]: https: // github.com/apple/swift-algorithms/commits?author=natecook1000
416453[nordicio]: https: // github.com/apple/swift-algorithms/commits?author=nordicio
417454[ole]: https: // github.com/apple/swift-algorithms/commits?author=ole
418455[ollieatkinson]: https: // github.com/apple/swift-algorithms/commits?author=ollieatkinson
419456[pmtao]: https: // github.com/apple/swift-algorithms/commits?author=pmtao
420457[Qata]: https: // github.com/apple/swift-algorithms/commits?author=Qata
421458[rakaramos]: https: // github.com/apple/swift-algorithms/commits?author=rakaramos
459+ [rex4539]: https: // github.com/apple/swift-algorithms/commits?author=rex4539
422460[rockbruno]: https: // github.com/apple/swift-algorithms/commits?author=rockbruno
423461[Roshankumar350]: https: // github.com/apple/swift-algorithms/commits?author=Roshankumar350
424462[schlagelk]: https: // github.com/apple/swift-algorithms/commits?author=schlagelk
0 commit comments