From 5ab2eeb45c50c145113df16048e79c73f2e3ca75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20P=C3=A1ll=20Geirsson?= Date: Sun, 9 Jul 2017 01:46:06 +0200 Subject: [PATCH] Add changelog for 0.1.4 --- README.md | 11 +++++++++-- build.sbt | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0da662f..90e01e9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch= ========== ```scala -"com.lihaoyi" %% "sourcecode" % "0.1.3" // Scala-JVM -"com.lihaoyi" %%% "sourcecode" % "0.1.3" // Scala.js +"com.lihaoyi" %% "sourcecode" % "0.1.4" // Scala-JVM +"com.lihaoyi" %%% "sourcecode" % "0.1.4" // Scala.js / Scala Native ``` `sourcecode` is a small Scala library for that provides common "source code" @@ -600,6 +600,13 @@ in its `.toString` method. Version History =============== +0.1.4 +----- + +- Add Scala Native support [#34](https://github.com/lihaoyi/sourcecode/pull/34) +- Add 2.13.0-M1 support, [#30](https://github.com/lihaoyi/sourcecode/pull/30) +- Add OSGi header to jar manifests, [#32](https://github.com/lihaoyi/sourcecode/pull/32) + 0.1.3 ----- diff --git a/build.sbt b/build.sbt index 853afe5..01a983e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val scala213 = "2.13.0-M1" val baseSettings = Seq( organization := "com.lihaoyi", name := "sourcecode", - version := "0.1.4", + version := "0.1.5-SNAPSHOT", scalaVersion := scala211, crossScalaVersions := Seq(scala210, scala211, scala212, scala213), scmInfo := Some(ScmInfo(