Skip to content

Commit

Permalink
v0.2.0 prefect cloud auth support
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Nov 27, 2023
1 parent 858a66f commit 369e6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PrefectInterfaces"
uuid = "25d49962-0f22-42a0-bb44-b427e1ded1d4"
authors = ["mahiki <[email protected]>"]
version = "0.1.3"
version = "0.2.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit 369e6ce

@mahiki
Copy link
Owner Author

@mahiki mahiki commented on 369e6ce Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

Prefect API auth key now supported.
Changes to PrefectAPI type holds SecretString key, can now authenticate to Prefect Cloud or Server with password.
Issue #8 Resolved.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/96038

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 369e6ce62f1835ff33221ece9c723a0023dc59fb
git push origin v0.2.0

Please sign in to comment.