Skip to content

Commit b47da7d

Browse files
committed
update changelog for 3.0
1 parent 5cd87cd commit b47da7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2024-01-10
7+
## [3.0.0] - 2024-01-10
88
### Added
99
- `IndexedCsvReader` for random access to CSV files
1010
- `FieldModifier` for modifying fields while reading CSV files
@@ -105,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105105

106106
- Initial release
107107

108-
[Unreleased]: https://github.com/osiegmar/FastCSV/compare/v2.2.2...main
108+
[Unreleased]: https://github.com/osiegmar/FastCSV/compare/v3.0.0...main
109+
[2.2.2]: https://github.com/osiegmar/FastCSV/compare/v2.2.2...v3.0.0
109110
[2.2.2]: https://github.com/osiegmar/FastCSV/compare/v2.2.1...v2.2.2
110111
[2.2.1]: https://github.com/osiegmar/FastCSV/compare/v2.2.0...v2.2.1
111112
[2.2.0]: https://github.com/osiegmar/FastCSV/compare/v2.1.0...v2.2.0

0 commit comments

Comments
 (0)