From 5498cea2711179c65038b6d5c6c0cd93bc747ca8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:09:44 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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(),