Skip to content

Commit 065f7d4

Browse files
chore(main): release 0.1.3 (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebd5ba6 commit 065f7d4

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.2"
2+
".": "0.1.3"
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.3](https://github.com/elixir-tools/spitfire/compare/v0.1.2...v0.1.3) (2024-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* match error case from `Macro.Env.expand_import/5` ([#45](https://github.com/elixir-tools/spitfire/issues/45)) ([ebd5ba6](https://github.com/elixir-tools/spitfire/commit/ebd5ba6cb05b2df8df97e596e738f3f2b89e035d))
9+
310
## [0.1.2](https://github.com/elixir-tools/spitfire/compare/v0.1.1...v0.1.2) (2024-06-17)
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.2",
10+
version: "0.1.3",
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),

0 commit comments

Comments
 (0)