Skip to content

Commit

Permalink
chore: release version v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Nov 6, 2024
1 parent 0f81bee commit 766b541
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.4.5](https://github.com/ash-project/igniter/compare/v0.4.4...v0.4.5) (2024-11-04)
## [v0.4.6](https://github.com/ash-project/igniter/compare/v0.4.5...v0.4.6) (2024-11-06)

### Bug Fixes:

* suppress module conflict warning when running upgrade_igniter


### Bug Fixes:
* pass dot_formatter when updating rewrite sources (#144)

* skip unknown deps in dot formatter

## [v0.4.4](https://github.com/ash-project/igniter/compare/v0.4.3...v0.4.4) (2024-11-03)
### Improvements:

* Add `priv_dir` functions to return priv directory (#141)

## [v0.4.5](https://github.com/ash-project/igniter/compare/v0.4.4...v0.4.5) (2024-11-04)

### Bug Fixes:

* skip unknown deps in dot formatter

## [v0.4.4](https://github.com/ash-project/igniter/compare/v0.4.3...v0.4.4) (2024-11-03)

### Improvements:

Expand All @@ -26,9 +34,6 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

## [v0.4.3](https://github.com/ash-project/igniter/compare/v0.4.2...v0.4.3) (2024-11-02)




### Bug Fixes:

* various fixes for test formatting
Expand All @@ -39,9 +44,6 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

## [v0.4.2](https://github.com/ash-project/igniter/compare/v0.4.1...v0.4.2) (2024-11-02)




### Bug Fixes:

* properly compose upgrade tasks
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.4.5"
@version "0.4.6"

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

0 comments on commit 766b541

Please sign in to comment.