Skip to content

Commit

Permalink
0.3.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 12, 2016
1 parent e41b532 commit 65b97e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -104,6 +104,7 @@ A standard JVM, (e.g. Oracle JVM (standard JVM, HotSpotVM) or OpenJDK) must be u


## History
* 2016-05-12: version 0.3.4 - Minor performance improvement release
* 2016-03-04: version 0.3.3 - Add Scala 2.11.7, 2.10.6 support
* March 4th, 2016 version 0.3.0 - Scala 2.11.7 support
* November 11, 2013 version 0.2.1 - Use orgnization name `org.xerial.larray`. Add LBuffer.view.
Expand All @@ -118,15 +119,15 @@ A standard JVM, (e.g. Oracle JVM (standard JVM, HotSpotVM) or OpenJDK) must be u
Add the following sbt dependency to your project settings:

```scala
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.3"
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.4"
```

* Using snapshot versions:

```scala
resolvers += "Sonatype shapshot repo" at "https://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.4-SNAPSHOT"
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.5-SNAPSHOT"
```
### Example

Expand Down

0 comments on commit 65b97e3

Please sign in to comment.