Skip to content

Commit 6940f96

Browse files
committed
update readme and changelog
1 parent 7710ca5 commit 6940f96

2 files changed

Lines changed: 2 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
See releases: https://github.com/tulz-app/stringdiff/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Myers diff algorithm in Scala.
66

77

88
```scala
9-
"app.tulz" %%% "stringdiff" % "0.3.4"
9+
"app.tulz" %%% "stringdiff" % "0.4.0"
1010
```
1111

1212
### Overview

0 commit comments

Comments
 (0)