From b8a1c56d98846d92d525a260ac9a90ea78454003 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:04:12 +0000 Subject: [PATCH] chore(main): release 0.3.4 --- .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 6969ddf..18cac80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 061e748..7413689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4](https://github.com/elixir-tools/spitfire/compare/v0.3.3...v0.3.4) (2026-02-09) + + +### Bug Fixes + +* align ellipsis operator precedence with elixir ([#96](https://github.com/elixir-tools/spitfire/issues/96)) ([b4f94c9](https://github.com/elixir-tools/spitfire/commit/b4f94c97676dba359c7f6f573005980b13fac4c8)) + ## [0.3.3](https://github.com/elixir-tools/spitfire/compare/v0.3.2...v0.3.3) (2026-02-08) diff --git a/mix.exs b/mix.exs index a64e008..e9a1b3e 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.3", + version: "0.3.4", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),