Skip to content

Commit e408ba2

Browse files
author
Matt Kafonek
authored
1.0.0a3 release (#145)
* Always return list of futures on queue_execution, guard against executing empty code cells * changelog * have queue_execute return dict of future to cell id * fix test * fix changelog * 1.0.0a3 release
1 parent a8fde4e commit e408ba2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/origami/blob/0.0.35/CHANGELOG.md)
88

99
## [Unreleased]
10+
11+
## [1.0.0-alpha.3] - 2023-08-01
1012
### Added
1113
- `origami.models.notebook.make_sql_cell` convenience function, returns a `CodeCell` with appropriate metadata
1214
- `rtu_client.change_cell_type` to switch between code, markdown, and sql cells

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "noteable-origami"
8-
version = "1.0.0-alpha.2"
8+
version = "1.0.0-alpha.3"
99
description = "The Noteable API interface"
1010
authors = ["Matt Seal <[email protected]>"]
1111
maintainers = ["Matt Seal <[email protected]>"]

0 commit comments

Comments
 (0)