Skip to content

Commit

Permalink
changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Dec 15, 2023
1 parent e121f4d commit b922a91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.10.0 2023-12-15

* Most features have been temporarily removed during the refactor. Use v0.9.0 if they are needed. This release contains:
- A major refactor of how state is loaded, to streamline it across commands
- A revamped "auth" command, which now uses a key and by default scopes only to the repo
- A revamped "run" command, which now utilizes the general set state

## 0.9.0 2023-12-14

* dployer is the default option now, dployer_env renamed to env_var and new "run" subcommand
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ This CLI tool is designed to make it easy to deploy small applications.

Only works on Linux.

NOTE: The documentation is currently outdated, but is mostly accurate for v0.8.0 and v0.9.0.

## Deploy unit example

### tidploy.json
Expand Down

0 comments on commit b922a91

Please sign in to comment.