Skip to content

Commit eb1e92a

Browse files
committed
Bump 1.4.3
Summary: Test Plan:
1 parent 3ffa13a commit eb1e92a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.4.3 (29.06.2024)
4+
5+
* Fix derive with _ struct key
6+
7+
## 1.4.2 (29.06.2024)
8+
9+
* Fix compiler warnings for Elixir 1.17
10+
311
## 1.4.1 (06.07.2023)
412

513
* Add limit to decoded integer sizes of 1024 digits. This can be changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/michalmuskala/jason"
5-
@version "1.4.2"
5+
@version "1.4.3"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)