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.3 (2025-03-06)




### Bug Fixes:

* Set the changeset's action when all inputs are parsed. (#3)

### Improvements:

* Rename `--query` to `--filter` and add `--sort` option to list tasks. (#4)

* Rename `--query` to `--filter` because that's what it is.

* Add `--sort` option to list tasks.

## 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.