Skip to content

Commit

Permalink
chore: release version v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Nov 12, 2024
1 parent e958bdd commit 6c974f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,62 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.4.7](https://github.com/ash-project/igniter/compare/v0.4.6...v0.4.7) (2024-11-12)

### Improvements:

- Add `Igniter.Libs.Swoosh` for working with Swoosh

### Bug Fixes:

- print a consistent number of blank lines around diffs (#147)

## [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
- suppress module conflict warning when running upgrade_igniter

* pass dot_formatter when updating rewrite sources (#144)
- pass dot_formatter when updating rewrite sources (#144)

* skip unknown deps in dot formatter
- skip unknown deps in dot formatter

### Improvements:

* Add `priv_dir` functions to return priv directory (#141)
- 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
- 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:

* support replace_or_append instruction when modifying task aliases
* Add `priv_dir` functions to return priv directory (#141)
- support replace_or_append instruction when modifying task aliases
- Add `priv_dir` functions to return priv directory (#141)

## [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
- various fixes for test formatting

### Improvements:

* Tools for removing formatter plugins & imported deps
- Tools for removing formatter plugins & imported deps

## [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
- properly compose upgrade tasks

### Improvements:

* update rewrite to 1.0.0 (#135)
- update rewrite to 1.0.0 (#135)

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

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.6"
@version "0.4.7"

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

0 comments on commit 6c974f4

Please sign in to comment.