Skip to content

Commit 1858ae0

Browse files
committed
Prepare release 5.1.0
1 parent 5e26bcf commit 1858ae0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212

1313
### Deprecated
14-
* Deprecated double-valued costs constructor of EditDistance for arrays and other sequences, with the existing EditDistanceDouble class as its replacement. This constructor will be removed in the next major release, most likely sometime in the Fall of 2023.
1514

1615
### Removed
1716

1817
### Fixed
1918

2019
### Dependencies
21-
* Bump core from 2.4.6 to 2.5.0
22-
* Bump rho-mu from 3.0.4 to 3.1.0
2320

2421
### CI/CD
2522

2623
### Other
2724

2825

26+
## [5.1.0] - 2023-05-30
27+
28+
### Deprecated
29+
* Deprecated double-valued costs constructor of EditDistance for arrays and other sequences, with the existing EditDistanceDouble class as its replacement. This constructor will be removed in the next major release, most likely sometime in the Fall of 2023.
30+
31+
### Dependencies
32+
* Bump core from 2.4.6 to 2.5.0
33+
* Bump rho-mu from 3.0.4 to 3.1.0
34+
35+
2936
## [5.0.4] - 2023-04-14
3037

3138
### Changed

0 commit comments

Comments
 (0)