diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ad76f..904eac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2026-03-13 + +### Added + +#### Forgejo Actions +- `fgj actions run watch ` - Poll a run until completion +- `fgj actions run rerun ` - Trigger a rerun of a workflow run +- `fgj actions run cancel ` - Cancel an in-progress workflow run +- `fgj actions workflow enable ` - Enable a workflow +- `fgj actions workflow disable ` - Disable a workflow + +#### Repository Management +- `fgj repo create ` - Create a new repository with full option set: `--private`/`--public`, `--description`, `--add-readme`, `--gitignore`, `--license`, `--homepage`, `--clone`, `--team` + +#### Issue Management +- `fgj issue create -l