Skip to content

Commit 4679425

Browse files
chore(main): release 0.3.8 (#121)
🤖 I have created a release *beep* *boop* --- ## [0.3.8](v0.3.7...v0.3.8) (2026-03-04) ### Bug Fixes * handle ellipsis before &lt;-, ::, and when ([#114](#114)) ([221fe49](221fe49)) * parse newline ternary continuation after ellipsis ([#115](#115)) ([708da64](708da64)) * preserve fn newline metadata after semicolons ([#112](#112)) ([52099ff](52099ff)) * preserve leading nil in stab clause body ([#120](#120)) ([f0a79a0](f0a79a0)), closes [#113](#113) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 221fe49 commit 4679425

3 files changed

Lines changed: 12 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.7"
2+
".": "0.3.8"
33
}

CHANGELOG.md

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

3+
## [0.3.8](https://github.com/elixir-tools/spitfire/compare/v0.3.7...v0.3.8) (2026-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* handle ellipsis before &lt;-, ::, and when ([#114](https://github.com/elixir-tools/spitfire/issues/114)) ([221fe49](https://github.com/elixir-tools/spitfire/commit/221fe497296cd49df74b21a4423fa60a9eeb5cca))
9+
* parse newline ternary continuation after ellipsis ([#115](https://github.com/elixir-tools/spitfire/issues/115)) ([708da64](https://github.com/elixir-tools/spitfire/commit/708da646a84384502fd6a64f2023988aab324a61))
10+
* preserve fn newline metadata after semicolons ([#112](https://github.com/elixir-tools/spitfire/issues/112)) ([52099ff](https://github.com/elixir-tools/spitfire/commit/52099ff36ad704a2003560f7b7d3a0ede78e08ea))
11+
* preserve leading nil in stab clause body ([#120](https://github.com/elixir-tools/spitfire/issues/120)) ([f0a79a0](https://github.com/elixir-tools/spitfire/commit/f0a79a050aa0510a2bc254cdc26db9ffb4dc05b1)), closes [#113](https://github.com/elixir-tools/spitfire/issues/113)
12+
313
## [0.3.7](https://github.com/elixir-tools/spitfire/compare/v0.3.6...v0.3.7) (2026-02-19)
414

515

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.7",
10+
version: "0.3.8",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)