Update docs and version

This commit is contained in:
Tim Van Baak 2024-09-21 14:58:21 -07:00
parent 008c0c8230
commit 5cf7e8ef48
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ intake
} }
``` ```
Each key under `action` defines an action that can be taken for the source. An action must contain `exe` and may contain `args`. A source must have a `fetch` action. Each key under `action` defines an action that can be taken for the source. An action must contain `exe` and may contain `args`. A source must have a `fetch` action. If an action named `on_create` is defined for the source, it is executed once for an item when that item is created.
Each key under `env` defines an environment variable that will be set when actions are executed. Each key under `env` defines an environment variable that will be set when actions are executed.

View File

@ -1,6 +1,6 @@
[project] [project]
name = "intake" name = "intake"
version = "1.1.0" version = "1.2.0"
[project.scripts] [project.scripts]
intake = "intake.cli:main" intake = "intake.cli:main"