Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Oct 25, 2024
1 parent 234293b commit f10c42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## v2.0.3 - 25 October 2024
- Patch to remove some unused imports.

## v2.0.2 - 25 October 2024
- Patch to fix bug with handling closing quotes before a newline.

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gsv"
version = "2.0.2"
version = "2.0.3"
gleam = ">= 0.32.0"
description = "A simple csv parser and generator written in gleam "

Expand Down

0 comments on commit f10c42a

Please sign in to comment.