diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 753ba5a..237fb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/elixir-tools/spitfire/compare/v0.2.0...v0.2.1) (2025-06-03) + + +### Bug Fixes + +* make spitfire compile on elixir 1.13 ([#62](https://github.com/elixir-tools/spitfire/issues/62)) ([5eda84e](https://github.com/elixir-tools/spitfire/commit/5eda84ee8cae1b82c6a0717a54677585f12adfa8)) + ## [0.2.0](https://github.com/elixir-tools/spitfire/compare/v0.1.5...v0.2.0) (2025-03-07) diff --git a/mix.exs b/mix.exs index 7bdcecb..d0ac684 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.0", + version: "0.2.1", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),