Skip to content

Commit 6268d6b

Browse files
chore(main): release 0.2.1 (#63)
1 parent 5eda84e commit 6268d6b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/elixir-tools/spitfire/compare/v0.2.0...v0.2.1) (2025-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.2.0](https://github.com/elixir-tools/spitfire/compare/v0.1.5...v0.2.0) (2025-03-07)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Spitfire.MixProject do
77
[
88
app: :spitfire,
99
description: "Error resilient parser for Elixir",
10-
version: "0.2.0",
10+
version: "0.2.1",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)