Skip to content

Commit

Permalink
prepare for release 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanindig committed Aug 8, 2019
1 parent c8288db commit 0c984be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

*

# 0.1.21 (August 7, 2019)

* Fix hidden output off-by-one error
* Stability improvements for remote kernels
* Fix error causing failure to display inspector for certain types of Dataframes
* Fix error causing compilation failure when users define variable names that look like scala's generated synthetic members
(e.g., a variable starting with `eq_`)
* Add version to app nam
* minor refactoring to remove some `unsafeRun*`s.

# 0.1.20 (August 1, 2019)

* Some minor UI improvements like
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -16,7 +16,7 @@ val versions = new {
def nativeLibraryPath = s"${sys.env.get("JAVA_LIBRARY_PATH") orElse sys.env.get("LD_LIBRARY_PATH") orElse sys.env.get("DYLD_LIBRARY_PATH") getOrElse "."}:."

val commonSettings = Seq(
version := "0.1.20-SNAPSHOT",
version := "0.1.21-SNAPSHOT",
scalaVersion := "2.11.11",
scalacOptions ++= Seq(
"-Ypartial-unification",
Expand Down

0 comments on commit 0c984be

Please sign in to comment.