Skip to content

Commit bee5045

Browse files
chore(main): release 0.2.0 (#57)
1 parent b2ba2e9 commit bee5045

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.1.5"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/elixir-tools/spitfire/compare/v0.1.5...v0.2.0) (2025-03-07)
4+
5+
6+
### Features
7+
8+
* support 1.18+ metadata ([#58](https://github.com/elixir-tools/spitfire/issues/58)) ([30047e1](https://github.com/elixir-tools/spitfire/commit/30047e1252a210305b197fdd786827efae008f1e)), closes [#49](https://github.com/elixir-tools/spitfire/issues/49)
9+
10+
11+
### Bug Fixes
12+
13+
* correctly match on successful tokenize ([f937a7a](https://github.com/elixir-tools/spitfire/commit/f937a7ab7baa275d3b5b66b25f09ce604a1d10f9))
14+
* parse do blocks after paren_identifiers ([2320bd4](https://github.com/elixir-tools/spitfire/commit/2320bd49b3ec1f8caaa7daa2de078776ba2da5a1))
15+
* reset nesting inside parameterless right stab expressions ([1bf80bc](https://github.com/elixir-tools/spitfire/commit/1bf80bc71c3ed8fadcf833e6ebc04c9c4f1e3614))
16+
317
## [0.1.5](https://github.com/elixir-tools/spitfire/compare/v0.1.4...v0.1.5) (2025-02-07)
418

519

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

0 commit comments

Comments
 (0)