diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e70e7..26ef3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ ### Added +### Changed + + +## [0.1.3] - 2022-12-21 + +### Added + - Added support for v6 and v7 UUIDs ### Changed @@ -38,7 +45,8 @@ -[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/pluots/udf-suite/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/pluots/udf-suite/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/pluots/udf-suite/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pluots/udf-suite/releases/tag/v0.1.0 diff --git a/test-integration/Cargo.toml b/test-integration/Cargo.toml index 46a4ed4..228585a 100644 --- a/test-integration/Cargo.toml +++ b/test-integration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-integration" -version = "0.1.2" +version = "0.1.3" edition = "2021" publish = false diff --git a/udf-jsonify/Cargo.toml b/udf-jsonify/Cargo.toml index 550f8f6..aa7f284 100644 --- a/udf-jsonify/Cargo.toml +++ b/udf-jsonify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-jsonify" -version = "0.1.2" +version = "0.1.3" edition = "2021" publish = false diff --git a/udf-lipsum/Cargo.toml b/udf-lipsum/Cargo.toml index d8e246e..41cb4c1 100644 --- a/udf-lipsum/Cargo.toml +++ b/udf-lipsum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-lipsum" -version = "0.1.2" +version = "0.1.3" edition = "2021" publish = false diff --git a/udf-uuid/Cargo.toml b/udf-uuid/Cargo.toml index 34062cc..409e3de 100644 --- a/udf-uuid/Cargo.toml +++ b/udf-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-uuid" -version = "0.1.2" +version = "0.1.3" edition = "2021" publish = false