diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3f53a..65923df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] +## [v0.11.0] - 02-01-2026 ### Added -- A stubbed out `registry` module within the package that the Orca CLI generates type stubs for. This module will contain the algorithms, window types and metadata present within Orca core. The LSP that the user uses must be pointed towards the stubs generated from the CLI for this to be effective. +- A stubbed out `registry` module within the package that the Orca CLI generates type stubs for. + This module will contain the algorithms, window types and metadata present within Orca core. + The LSP that the user uses must be pointed towards the stubs generated from the CLI for this + to be effective - typically via the `stubs` argument. ## [v0.10.0] - 27-09-2025 - Bumped Orca version diff --git a/pyproject.toml b/pyproject.toml index a5c4568..7080b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "orca-python" -version = "0.10.0" +version = "0.11.0" description = "Python SDK for the Predixus Orca product" authors = [ "Frederick Mannings "