Skip to content
Snippets Groups Projects
Commit b925e6be authored by dgelessus's avatar dgelessus
Browse files

Release version 1.2.0

parent a38afbfd
No related branches found
No related tags found
No related merge requests found
Pipeline #40491 passed
# Changelog # Changelog
## [(next version)](./README.md#for-developers) ## [1.2.0](https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.2.0-all.jar)
* Added support for Java 14. * Added support for Java 14.
* Added B parser version information to `:version` output. * Added B parser version information to `:version` output.
......
...@@ -67,5 +67,5 @@ $ jupyter qtconsole --kernel=prob2 ...@@ -67,5 +67,5 @@ $ jupyter qtconsole --kernel=prob2
For information on how to use the kernel, run the built-in `:help` command, or see the included [example notebooks](./notebooks). For information on how to use the kernel, run the built-in `:help` command, or see the included [example notebooks](./notebooks).
[current-download]: https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.1.0-all.jar [current-download]: https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.2.0-all.jar
[changelog]: ./CHANGELOG.md [changelog]: ./CHANGELOG.md
...@@ -9,7 +9,7 @@ plugins { ...@@ -9,7 +9,7 @@ plugins {
id("com.github.johnrengelman.shadow").version("5.2.0") id("com.github.johnrengelman.shadow").version("5.2.0")
} }
version = "1.1.1-SNAPSHOT" version = "1.2.0"
final isSnapshot = project.version.endsWith("-SNAPSHOT") final isSnapshot = project.version.endsWith("-SNAPSHOT")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment