Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Oct 11, 2023
1 parent 993c477 commit 3eb1448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.1 - 2023-10-11

- Corrected an incorrect typespec.

## v1.1.0 - 2023-10-11

- Dates and datetimes may now be encoded with `thoas:encode/2`.
Expand Down
2 changes: 1 addition & 1 deletion src/thoas.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, thoas,
[{description, "A blazing fast JSON parser and generator in pure Erlang."},
{vsn, "1.1.0"},
{vsn, "1.1.1"},
{registered, []},
{applications,
[kernel,
Expand Down
2 changes: 1 addition & 1 deletion src/thoas.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
float() |
binary() |
atom() |
calendar:date_time() |
calendar:datetime() |
calendar:date() |
list(input_term()) |
list({binary() | atom(), input_term()}) |
Expand Down

0 comments on commit 3eb1448

Please sign in to comment.