diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27150bb..d6639c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/elixir-tools/spitfire/compare/v0.4.0...v0.4.1) (2026-09-03) + + +### Bug Fixes + +* correctly parse parentheses around anonymous function arguments ([#141](https://github.com/elixir-tools/spitfire/issues/141)) ([ca12cb4](https://github.com/elixir-tools/spitfire/commit/ca12cb49d0e55bf45940d76cccd66c4e715adab6)) + ## [0.4.0](https://github.com/elixir-tools/spitfire/compare/v0.3.13...v0.4.0) (2026-08-04) diff --git a/mix.exs b/mix.exs index bef9557..85fb904 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.4.0", + version: "0.4.1", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),