You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A clear and concise description of what you expected to happen.
20
20
21
21
## System
22
22
- OS: [e.g. macOS 11, iOS 14, Ubuntu 20.04]
23
-
- CodableCSV: [e.g. 0.6.3]
23
+
- CodableCSV: [e.g. 0.6.4]
24
24
You can check this in your SPM `Package.swift` file (or `Package.resolved` file). Alternatively, go to Xcode's Source Control Navigator (`⌘+2`) and click on `CodableCSV`.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,5 @@ Add any other context about the question here (or delete this section if it is u
16
16
## System
17
17
Delete section if not applicable
18
18
- OS: [e.g. macOS 11, iOS 14, Ubuntu 20.04]
19
-
- CodableCSV: [e.g. 0.6.3]
19
+
- CodableCSV: [e.g. 0.6.4]
20
20
You can check this in your SPM `Package.swift` file (or `Package.resolved` file). Alternatively, go to Xcode's Source Control Navigator (`⌘+2`) and click on `CodableCSV`.
Copy file name to clipboardExpand all lines: CodableCSV.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="CodableCSV"
3
-
s.version="0.6.3"
3
+
s.version="0.6.4"
4
4
s.summary="Read and write CSV files row-by-row or through Swift's Codable interface."
5
5
s.description=<<-DESC
6
6
CodableCSV offers imperative and declarative ways to read and write CSV files. It is extensively configurable and is capable of reading multiple types of entries and write to many outputs.
0 commit comments