Skip to content

Commit 300b52e

Browse files
authored
Merge pull request #35 from olafurpg/master
Add changelog for 0.1.4
2 parents f917ee8 + 5ab2eeb commit 300b52e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
22
==========
33

44
```scala
5-
"com.lihaoyi" %% "sourcecode" % "0.1.3" // Scala-JVM
6-
"com.lihaoyi" %%% "sourcecode" % "0.1.3" // Scala.js
5+
"com.lihaoyi" %% "sourcecode" % "0.1.4" // Scala-JVM
6+
"com.lihaoyi" %%% "sourcecode" % "0.1.4" // Scala.js / Scala Native
77
```
88

99
`sourcecode` is a small Scala library for that provides common "source code"
@@ -600,6 +600,13 @@ in its `.toString` method.
600600
Version History
601601
===============
602602

603+
0.1.4
604+
-----
605+
606+
- Add Scala Native support [#34](https://github.com/lihaoyi/sourcecode/pull/34)
607+
- Add 2.13.0-M1 support, [#30](https://github.com/lihaoyi/sourcecode/pull/30)
608+
- Add OSGi header to jar manifests, [#32](https://github.com/lihaoyi/sourcecode/pull/32)
609+
603610
0.1.3
604611
-----
605612

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val scala213 = "2.13.0-M1"
88
val baseSettings = Seq(
99
organization := "com.lihaoyi",
1010
name := "sourcecode",
11-
version := "0.1.4",
11+
version := "0.1.5-SNAPSHOT",
1212
scalaVersion := scala211,
1313
crossScalaVersions := Seq(scala210, scala211, scala212, scala213),
1414
scmInfo := Some(ScmInfo(

0 commit comments

Comments
 (0)