We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcac11 commit 7d75214Copy full SHA for 7d75214
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/origami/blob/0.0.35/CHANGELOG.md)
8
9
## [Unreleased]
10
+
11
+### [1.0.0-alpha.4] - 2023-08-08
12
### Added
13
- `rtu_client.update_cell_content` that takes cell id and a diff-match-patch patch str
14
pyproject.toml
@@ -5,7 +5,7 @@
5
6
[tool.poetry]
name = "noteable-origami"
-version = "1.0.0-alpha.3"
+version = "1.0.0-alpha.4"
description = "The Noteable API interface"
authors = ["Matt Seal <matt@noteable.io>"]
maintainers = ["Matt Seal <matt@noteable.io>"]
0 commit comments