Skip to content

Commit

Permalink
Release 1.0.0a5 (#158)
Browse files Browse the repository at this point in the history
* Release 1.0.0a5

* fix changelog
  • Loading branch information
Matt Kafonek authored Aug 16, 2023
1 parent 3f1c464 commit 71038cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down

0 comments on commit 71038cb

Please sign in to comment.