From 7d7521435e1c973d148bf16119b0e39e98e38aff Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Tue, 8 Aug 2023 11:55:27 -0400 Subject: [PATCH] release 1.0.0a4 (#151) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72563..50e6e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ 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.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 79ebb69..f99cee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [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 "] maintainers = ["Matt Seal "]