Skip to content

Commit b752cb5

Browse files
chore(main): release 0.1.5 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d1bb63 commit b752cb5

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.1.4"
2+
".": "0.1.5"
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.1.5](https://github.com/elixir-tools/spitfire/compare/v0.1.4...v0.1.5) (2025-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* crash on tokenizer error ([#52](https://github.com/elixir-tools/spitfire/issues/52)) ([2d1bb63](https://github.com/elixir-tools/spitfire/commit/2d1bb63c064f2b2831dfb7d85643909b8d499b4a))
9+
310
## [0.1.4](https://github.com/elixir-tools/spitfire/compare/v0.1.3...v0.1.4) (2024-12-20)
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.1.4",
10+
version: "0.1.5",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)