Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Dec 18, 2015
1 parent ea73548 commit e528363
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ lazy val repl = project
"jline" % "jline" % "2.12",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.apache.ivy" % "ivy" % "2.4.0",
"com.lihaoyi" %% "scalaparse" % "0.3.3",
"com.lihaoyi" %% "scalaparse" % "0.3.4",
"com.lihaoyi" %% "upickle" % "0.3.6",
"com.lihaoyi" %% "pprint" % "0.3.6",
"com.github.scopt" %% "scopt" % "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion project/Constants.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ammonite

object Constants{
val version = "0.5.1"
val version = "0.5.2"
}
6 changes: 6 additions & 0 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@

@sect{Changelog}

@sect{0.5.2}
@ul
@li
Fixed @lnk("#80: Support artifact resolvers to load libraries not published to maven central", "https://github.com/lihaoyi/Ammonite/issues/80"), by @lnk("Eric Torreborre", "https://github.com/etorreborre")
@li
Fixed @lnk("#310: java.util.NoSuchElementException: None.get on Shift+Tab without selection", "https://github.com/lihaoyi/Ammonite/issues/301"), by @lnk("senia-psm", "https://github.com/senia-psm")
@sect{0.5.1}
@ul
@li
Expand Down

0 comments on commit e528363

Please sign in to comment.