Skip to content

Commit eadeb4a

Browse files
github-actions[bot]mhanberg
authored andcommitted
chore(main): release 0.3.1
1 parent 365007b commit eadeb4a

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.3.0"
2+
".": "0.3.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.3.1](https://github.com/elixir-tools/spitfire/compare/v0.3.0...v0.3.1) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* handle unexpected tokens when parsing stabs ([#76](https://github.com/elixir-tools/spitfire/issues/76)) ([365007b](https://github.com/elixir-tools/spitfire/commit/365007be455bafa0b559579430e440e95a357724))
9+
310
## [0.3.0](https://github.com/elixir-tools/spitfire/compare/v0.2.1...v0.3.0) (2026-01-19)
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.3.0",
10+
version: "0.3.1",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)