diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e74dc54..7734455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.9" + ".": "0.3.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5015f1c..2d71b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.10](https://github.com/elixir-tools/spitfire/compare/v0.3.9...v0.3.10) (2026-03-05) + + +### Bug Fixes + +* don't crash on unclosed brace in tuple inside map inside anonymous function ([#125](https://github.com/elixir-tools/spitfire/issues/125)) ([44702ce](https://github.com/elixir-tools/spitfire/commit/44702ceb9c040afc4fecf7c2472f9603a944ec9d)) + ## [0.3.9](https://github.com/elixir-tools/spitfire/compare/v0.3.8...v0.3.9) (2026-03-04) diff --git a/mix.exs b/mix.exs index 2a18015..9ae2566 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Spitfire.MixProject do [ app: :spitfire, description: "Error resilient parser for Elixir", - version: "0.3.9", + version: "0.3.10", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),