Skip to content

Commit

Permalink
1.0.0a3 release (#145)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Matt Kafonek authored Aug 1, 2023
1 parent a8fde4e commit e408ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - 2023-08-01
### Added
- `origami.models.notebook.make_sql_cell` convenience function, returns a `CodeCell` with appropriate metadata
- `rtu_client.change_cell_type` to switch between code, markdown, and sql cells
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.2"
version = "1.0.0-alpha.3"
description = "The Noteable API interface"
authors = ["Matt Seal <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down

0 comments on commit e408ba2

Please sign in to comment.