Skip to content

Commit

Permalink
update CHANGELOG to reference #98
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Nov 22, 2021
1 parent 4345dbf commit 5a8efe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Bugfixes:
Other:
-->

## 0.6.1

Bugfixes:

- Fix enumeration limit being ignored in `Parser` (#98) - @jasonmedeiros


## 0.6.0

Expand Down
2 changes: 2 additions & 0 deletions SwiftCSV.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
508975D61DBF34CF006F3DBE /* ParsingState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParsingState.swift; sourceTree = "<group>"; };
508975DB1DBF3B70006F3DBE /* EnumeratedView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumeratedView.swift; sourceTree = "<group>"; };
508975E01DBF3E51006F3DBE /* EnumeratedViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumeratedViewTests.swift; sourceTree = "<group>"; };
50F241A4274BB8DB00520A69 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
5FB74B911CCB9274009DDBF1 /* SwiftCSV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftCSV.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5FB74B9A1CCB9274009DDBF1 /* SwiftCSVTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftCSVTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5FB74BAD1CCB929D009DDBF1 /* SwiftCSV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftCSV.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -195,6 +196,7 @@
children = (
5034F4712272E0DC001C02D1 /* README.md */,
5034F4722272E0E4001C02D1 /* LICENSE */,
50F241A4274BB8DB00520A69 /* CHANGELOG.md */,
3D1E59B61945FFAC001CF760 /* SwiftCSV */,
3D1E59C31945FFAD001CF760 /* SwiftCSVTests */,
3D1E59B51945FFAC001CF760 /* Products */,
Expand Down

0 comments on commit 5a8efe8

Please sign in to comment.