We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c2185 commit 4ede428Copy full SHA for 4ede428
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.4.5 (05.05.2026)
4
+
5
+* Add support for Decimal 3.0
6
7
## 1.4.4 (26.07.2024)
8
9
* Fix warnings on Elixir 1.17 by conditionally compiling Decimal support
mix.exs
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
use Mix.Project
@source_url "https://github.com/michalmuskala/jason"
- @version "1.4.0"
+ @version "1.4.5"
def project() do
[
0 commit comments