diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f9777..871d925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/exalsius/exalsius-cli/compare/v0.5.0...v0.6.0) (2026-06-09) + + +### Features + +* **nodes:** support description on node import ([db148f2](https://github.com/exalsius/exalsius-cli/commit/db148f237fcc56c4956d47b0431a556119903521)) + ## [0.5.0](https://github.com/exalsius/exalsius-cli/compare/v0.4.1...v0.5.0) (2026-06-02) diff --git a/pyproject.toml b/pyproject.toml index 5abd9bb..5c36c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "exls" -version = "0.5.0" +version = "0.6.0" description = "The exalsius CLI" readme = "README.md" requires-python = ">=3.12,<4.0"