Skip to content

Commit

Permalink
Bumping version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Apr 7, 2024
1 parent be81df3 commit 746ec99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN apt-get install --yes --no-install-recommends git
#######################################################################################################
# Go and GoNB Libraries
#######################################################################################################
ENV GO_VERSION=1.22.0
ENV GONB_VERSION="v0.9.6"
ENV GO_VERSION=1.22.2
ENV GONB_VERSION="v0.10.0"
ENV GOROOT=/usr/local/go
ENV GOPATH=/opt/go
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoNB Changelog

## Next
## 0.10.0, 2024/04/07 Improvements on Plotly, VSCode support, interrupt handling and several minor fixes.

* Added special cell commands ("magic"):
* `%%writefile` to write contents of cell to file. See #103. Thanks @potoo0!
Expand All @@ -12,6 +12,8 @@
* Added `plotly.AppendFig` that allows plotting to a transient area, or anywhere in the page.
* Several minor fixes, see #106
* Added handling of SIGHUP and SIGTERM to handle a clean exit: and avoid leaking `gopls` daemons.
* Make sure SIGINT triggers an equivalent SIGINT on the child processes (it was not happening in VSCode).
* Added `docs/VSCode.md` with notes/info on running GoNB with Visual Studio Code.

## 0.9.6, 2024/02/18

Expand Down

0 comments on commit 746ec99

Please sign in to comment.