Skip to content

Commit

Permalink
Bump 1.4.3
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
michalmuskala committed Jun 29, 2024
1 parent 3ffa13a commit eb1e92a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.3 (29.06.2024)

* Fix derive with _ struct key

## 1.4.2 (29.06.2024)

* Fix compiler warnings for Elixir 1.17

## 1.4.1 (06.07.2023)

* Add limit to decoded integer sizes of 1024 digits. This can be changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
use Mix.Project

@source_url "https://github.com/michalmuskala/jason"
@version "1.4.2"
@version "1.4.3"

def project() do
[
Expand Down

0 comments on commit eb1e92a

Please sign in to comment.