From 71038cbd2dcf24909e4a6f7a7531e00055b447c7 Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Wed, 16 Aug 2023 11:53:21 -0400 Subject: [PATCH] Release 1.0.0a5 (#158) * Release 1.0.0a5 * fix changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f71916..9894d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/origami/blob/0.0.35/CHANGELOG.md) ## [Unreleased] + +### [1.0.0-alpha.5] - 2023-08-16 ### Added +- Optional output-for-LLM field in KernelOutput model - `integrated_ai*` message models for the `kernels` channel +### Fixed +- Create `RTUClient.kernel_pod_name` with the right suffix + ### [1.0.0-alpha.4] - 2023-08-08 ### Added - `rtu_client.update_cell_content` that takes cell id and a diff-match-patch patch str diff --git a/pyproject.toml b/pyproject.toml index f99cee5..7b545d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.0.0-alpha.4" +version = "1.0.0-alpha.5" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]