diff --git a/CHANGELOG.md b/CHANGELOG.md index db30fce..20996d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## [_Unreleased_](https://github.com/freckle/github-workflow-commands/compare/v0.0.0.0...main) +## [_Unreleased_](https://github.com/freckle/github-workflow-commands/compare/v0.0.1.0...main) + +## [v0.0.1.0](https://github.com/freckle/github-workflow-commands/compare/v0.0.0.0...v0.0.1.0) + +Additions: + +- Re-exporting overview module `GitHub.Workflow.Command`, which is now the + primary module for users to import and find documentation +- Class `MonadCommand` which is now the recommended way to execute commands +- Support for `group`, `add-mask`, `stop-commands` commands ## [v0.0.0.0](https://github.com/freckle/github-workflow-commands/tree/v0.0.0.0) diff --git a/github-workflow-commands.cabal b/github-workflow-commands.cabal index ba21004..2fb2b56 100644 --- a/github-workflow-commands.cabal +++ b/github-workflow-commands.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: github-workflow-commands -version: 0.0.0.0 +version: 0.0.1.0 synopsis: GitHub Actions workflow commands description: For printing workflow commands in GitHub Actions. . diff --git a/package.yaml b/package.yaml index d59e8c3..04b1a69 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: github-workflow-commands -version: 0.0.0.0 +version: 0.0.1.0 maintainer: Freckle Education category: GitHub github: freckle/github-workflow-commands