diff --git a/CHANGELOG.md b/CHANGELOG.md index d024a31..6782a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.0.0 - 4 November 2024 - Improved performance of `to_lists`, `to_dicts`, `from_lists` and `from_lists`. - Parsing now doesn't trim the csv fields, conforming to RFC4180. - The `to_lists` and `to_dicts` functions now return a structured error instead diff --git a/gleam.toml b/gleam.toml index 1e538df..51e4a34 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gsv" -version = "2.0.3" +version = "3.0.0" gleam = ">= 0.32.0" description = "A simple csv parser and generator written in gleam "