Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <fred@orc-a.io>"
Expand Down