Skip to content

Commit 61025be

Browse files
chore(main): release 0.3.11
1 parent 883764e commit 61025be

3 files changed

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

CHANGELOG.md

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

3+
## [0.3.11](https://github.com/elixir-tools/spitfire/compare/v0.3.10...v0.3.11) (2026-04-23)
4+
5+
6+
### Performance Improvements
7+
8+
* prefer recursion over multiple `Keyword.has_key?` ([#129](https://github.com/elixir-tools/spitfire/issues/129)) ([47fad18](https://github.com/elixir-tools/spitfire/commit/47fad18a1bf7ca3ad5bca3b4d06a121e4ddceeb6))
9+
* replace list length-checks with pattern matching ([#128](https://github.com/elixir-tools/spitfire/issues/128)) ([883764e](https://github.com/elixir-tools/spitfire/commit/883764e62f88a8ae956da4443631d021d0e40e14))
10+
311
## [0.3.10](https://github.com/elixir-tools/spitfire/compare/v0.3.9...v0.3.10) (2026-03-05)
412

513

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

0 commit comments

Comments
 (0)