Skip to content

Commit

Permalink
Prep for release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed Dec 18, 2024
1 parent ba7feca commit 102c98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/).
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.2.0] - 2024-12-18

### Added

* Added .github/dependabot.yml file to auto-update GitHub actions
* Implemented the `create_token` action. Provided the caller has an admin token,
this action generates and returns a new pipeline-specific token.
* Brought some semi-standard Porch client config over from npg_notifications to
improve reusability

## [0.1.0] - 2024-07-23

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "npg_porch_cli"
version = "0.1.0"
version = "0.2.0"
authors = [
"Marina Gourtovaia",
"Kieron Taylor",
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
license = "GPL-3.0-or-later"

[tool.poetry.scripts]
npg_porch_client = "npg_porch_cli.api_cli_user:run"
npg_porch_client = "npg_porch_cli.api_cli_user:run"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 102c98b

Please sign in to comment.