Skip to content

Commit

Permalink
chore: release version v0.3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 7, 2024
1 parent 284e7b0 commit e0900d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.3.51](https://github.com/ash-project/igniter/compare/v0.3.50...v0.3.51) (2024-10-07)




### Bug Fixes:

* provide proper version in the installer

### Improvements:

* remove `System.cmd` for `igniter.install` in installer

* allow excluding line numbers in `Igniter.Test.assert_has_patch`

* prettier errors on task exits

## [v0.3.50](https://github.com/ash-project/igniter/compare/v0.3.49...v0.3.50) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Igniter.MixProject do
use Mix.Project

@version "0.3.50"
@version "0.3.51"

@description """
A code generation and project patching framework
Expand Down

0 comments on commit e0900d4

Please sign in to comment.