From cbaa541c90251632d04e46daf566d45c424086e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:36:45 +0000 Subject: [PATCH] chore(main): release 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ba323..061e748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.3](https://github.com/elixir-tools/spitfire/compare/v0.3.2...v0.3.3) (2026-02-08) + + +### Bug Fixes + +* add `:eof` to the terminator list in `parse_stab_expression/1` ([#92](https://github.com/elixir-tools/spitfire/issues/92)) ([8f976ef](https://github.com/elixir-tools/spitfire/commit/8f976ef1432fcb0de5dab08a04aca06b1a969a99)) +* better align parsing with elixir's matched/unmatched/no-parens ([#93](https://github.com/elixir-tools/spitfire/issues/93)) ([808783e](https://github.com/elixir-tools/spitfire/commit/808783e6bf838e8821a9fd05c00b072cfa99834b)) + ## [0.3.2](https://github.com/elixir-tools/spitfire/compare/v0.3.1...v0.3.2) (2026-02-01) diff --git a/mix.exs b/mix.exs index ff2f294..a64e008 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.2", + version: "0.3.3", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),