Skip to content

Commit e3288a2

Browse files
chore(main): release 0.3.9 (#123)
1 parent 8334932 commit e3288a2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.8"
2+
".": "0.3.9"
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.9](https://github.com/elixir-tools/spitfire/compare/v0.3.8...v0.3.9) (2026-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent infinite loop when typing out anonymous function ([#122](https://github.com/elixir-tools/spitfire/issues/122)) ([8334932](https://github.com/elixir-tools/spitfire/commit/8334932a053312d746c51f3baf67ad6705e3e7f3))
9+
310
## [0.3.8](https://github.com/elixir-tools/spitfire/compare/v0.3.7...v0.3.8) (2026-03-04)
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.8",
10+
version: "0.3.9",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)