Skip to content

Commit 17b7b36

Browse files
committed
Add changelog for 0.1.4
1 parent f917ee8 commit 17b7b36

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
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

0 commit comments

Comments
 (0)