Packages

An Ash extension which generates mix tasks for Ash actions

Current section

Files

Jump to
ash_ops CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## v0.2.2 (2025-03-06)
### Bug Fixes:
* correct dependency options.
## v0.2.1 (2025-03-06)
### Bug Fixes:
* git_ops generated configuration is incorrect.
### Improvements:
* Add igniter installer
## v0.2.0 (2025-03-05)
### Features:
* Add support for generic actions. (#5)
* Add `update` mix tasks. (#4)
* Add `destroy` tasks. (#3)
* Add mix tasks for create actions. (#2)
* Add `list` task type. (#1)
## v0.1.0 (2025-02-26)
### Features:
* Add the ability to define a get task.