diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 5982b84..c734872 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -5,7 +5,6 @@ This package has two active branches: - `mainline` -- For active development. This branch is not intended to be consumed by other packages. Any commit to this branch may break APIs, dependencies, and so on, and thus break any consumer without notice. - `release` -- The official release of the package intended for consumers. Any breaking releases will be accompanied with an increase to this package's interface version. - ## Build / Test ### Build the package @@ -37,3 +36,6 @@ hatch run fmt ```bash hatch run all:test ``` + +## Relevant links +- [Keyshot 2024 scripting documentation](https://media.keyshot.com/scripting/doc/2024.1/lux.html)