Skip to content

Commit

Permalink
Generate v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 11, 2024
1 parent 50bf6bb commit d67aa5f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 9 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@

### Added

Add the `levenshtein` string distance algorithm.
### Changed


## [0.2.0] - 2024-02-10

From this release forward, adding a new function will be considered a minor
release. This should be more semver-accurate.

### Added

Add the `levenshtein` and `levenshtein_normalized` string distance algorithms.


## [0.1.10] - 2023-10-05
Expand Down Expand Up @@ -111,7 +121,8 @@ Changed licensing from 'Apache-2.0' to 'Apache-2.0 OR GPL-2.0-or-later'

<!-- next-url -->

[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.10...HEAD
[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/pluots/udf-suite/compare/v0.1.10...v0.2.0
[0.1.10]: https://github.com/pluots/udf-suite/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/pluots/udf-suite/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/pluots/udf-suite/compare/v0.1.7...v0.1.8
Expand Down
2 changes: 1 addition & 1 deletion test-integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-integration"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-hash"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-jsonify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-jsonify"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-lipsum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-lipsum"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-net"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-stringops/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-stringops"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-uuid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udf-uuid"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down

0 comments on commit d67aa5f

Please sign in to comment.