We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a429d82 commit 1b9f5f6Copy full SHA for 1b9f5f6
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
2
# NaiveDate 1.x
3
4
+## NaiveDate 1.1
5
+
6
+*Sep 12, 2024*
7
8
+- Add FormatStyle & Mutability & Sendability & Inlinable by @lvalenta in https://github.com/CreateAPI/NaiveDate/pull/6
9
+- Add support for Swift 6
10
11
## NaiveDate 1.0
12
13
*Dec 18, 2021*
Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.3
+// swift-tools-version:5.9
import PackageDescription
0 commit comments