From 015aed89d33927a64d385d8197bbe90365cc972f Mon Sep 17 00:00:00 2001 From: Frederick Mannings Date: Sat, 3 Jan 2026 21:20:02 +0000 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65923df..13754bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +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.12.0] - 03-01-2026 + +### Removed + +- The `registry` stub. Not needed as the CLI will now create direct source code that lives in the local processors repository. + ## [v0.11.0] - 02-01-2026 ### Added diff --git a/pyproject.toml b/pyproject.toml index 7080b93..18f868e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "orca-python" -version = "0.11.0" +version = "0.12.0" description = "Python SDK for the Predixus Orca product" authors = [ "Frederick Mannings "