Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 14, 2024
1 parent 63b48a4 commit bc52d34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/elixir-tools/spitfire/compare/v0.1.0...v0.1.1) (2024-06-14)


### Bug Fixes

* include src directory ([63b48a4](https://github.com/elixir-tools/spitfire/commit/63b48a410f6f0ee21847ec91ed4773a319ac6158))

## [0.1.0](https://github.com/elixir-tools/spitfire/compare/spitfire-v0.1.0...spitfire-v0.1.0) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Spitfire.MixProject do
[
app: :spitfire,
description: "Error resilient parser for Elixir",
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit bc52d34

Please sign in to comment.