swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Add the 0.7.1 version info to the changelog on master #105

Closed lardieri closed 2 years ago

lardieri commented 2 years ago

Important: Please do not squash or rebase!

I've set this up as a merge commit, specifically so it accomplishes two desirable goals:

If you want to see what this looks like, you should clone my fork and use a graphical visualizer ("subway map") to look at the branch structure.

Please let me know if you have any questions.

lardieri commented 2 years ago

Also, just to be explicit: I'm choosing this approach to avoid rebasing master — which, as you pointed out, is not regarded as good practice.

I understand that merge commits are generally not used in this repo (I can see that they're turned off in the Settings), but in this case, I believe it's the approach that makes the most sense and causes the least disruption.