Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Jun 25, 2022
1 parent 61444b3 commit dcf1018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log


## v0.9.0 (dev)
## v0.9.0 (2022-06-25)

* Added option `--stdin-json-header`, which treats the first line of stdin as
a header in JSON format containing data about stdin such as file origin.
Expand Down Expand Up @@ -37,8 +37,6 @@
chunk in a code collection when checking the code chunk for modifications at
the end of code collection processing.

* Added code execution status to `--only-code-output` index.

* Fixed a bug that skipped progress notifications for sessions with errors
that prevent code execution. This prevented `--only-code-output` from
sending information about these sessions and prevented summaries with
Expand Down
2 changes: 1 addition & 1 deletion codebraid/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

from .fmtversion import get_version_plus_info
__version__, __version_info__ = get_version_plus_info(0, 9, 0, 'dev', 6)
__version__, __version_info__ = get_version_plus_info(0, 9, 0, 'final', 0)

0 comments on commit dcf1018

Please sign in to comment.