igniter/CHANGELOG.md

50 lines
1,001 B
Markdown
Raw Normal View History

2024-06-13 12:34:13 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-06-14 02:58:08 +12:00
## [v0.1.2](https://github.com/ash-project/igniter/compare/v0.1.1...v0.1.2) (2024-06-13)
### Bug Fixes:
* remove unsupportable package installation symbols
* don't run `mix deps.get` if dependency changes are aborted
2024-06-14 02:41:35 +12:00
## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13)
### Bug Fixes:
* always format the file even if no `.formatter.exs` exists
2024-06-13 12:34:13 +12:00
## [v0.1.0](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.0) (2024-06-13)
### Bug Fixes:
* handle existing deps when they are not local properly
### Improvements:
* ignore installer tasks that are not igniter tasks
* draw the rest of the owl
* add installer archive
* more module helpers
* wrap code in `==code==` so you can tell what is being `puts`
* add CI/build and get it passing locally