Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Oct 4, 2024
1 parent 32e4678 commit 2105be1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion github-workflow-commands.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.
.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2105be1

Please sign in to comment.