We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7710ca5 commit 6940f96Copy full SHA for 6940f96
2 files changed
CHANGELOG.md
@@ -1,25 +1 @@
1
-# Changelog
2
-
3
-### 0.3.4
4
5
-Scala 2.12.
6
7
-### 0.3.3
8
9
-Scala 3.
10
11
-### 0.3.2
12
13
-Scala 3-RC2.
14
15
-### 0.3.1
16
17
-Myers algorithm.
18
19
-### 0.2.0
20
21
-Better diffing in complicated scenarios.
22
23
-### 0.1.0
24
25
-* initial release
+See releases: https://github.com/tulz-app/stringdiff/releases
README.md
@@ -6,7 +6,7 @@ Myers diff algorithm in Scala.
```scala
-"app.tulz" %%% "stringdiff" % "0.3.4"
+"app.tulz" %%% "stringdiff" % "0.4.0"
```
### Overview
0 commit comments