Skip to content

Commit 872c9cb

Browse files
committed
release v0.4
1 parent e9e5166 commit 872c9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-edit-distance"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Bruno Dutra <brunocodutra@gmail.com>"]
55
edition = "2021"
66
description = "Find the lowest cost sequence of edits between two trees"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TreeEditDistance is available on [crates.io], simply add it as a dependency in y
1010

1111
```
1212
[dependencies]
13-
tree-edit-distance = "0.3"
13+
tree-edit-distance = "0.4"
1414
```
1515

1616
The full API documentation is available on [docs.rs][docs.home]

0 commit comments

Comments
 (0)