From 13e40c8af1f209b8b58684009c376d0afb55d778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 03:59:39 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .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 af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 237fb13..4b410bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/elixir-tools/spitfire/compare/v0.2.1...v0.2.2) (2026-01-15) + + +### Bug Fixes + +* handle eof inside list-esque constructs ([#67](https://github.com/elixir-tools/spitfire/issues/67)) ([14a2bf3](https://github.com/elixir-tools/spitfire/commit/14a2bf31da53f5b6e4c9d1db539ac2b068b73f7e)) + ## [0.2.1](https://github.com/elixir-tools/spitfire/compare/v0.2.0...v0.2.1) (2025-06-03) diff --git a/mix.exs b/mix.exs index 77a8a8b..f44bf5d 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.2.1", + version: "0.2.2", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),