From 096cacadfaa841c7880a6fb8cb44a271e191e811 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 4 Oct 2023 04:44:04 -0400 Subject: [PATCH] Create 1.8 release --- CHANGELOG.md | 10 +++++++++- test-integration/Cargo.toml | 2 +- udf-blake/Cargo.toml | 2 +- udf-jsonify/Cargo.toml | 2 +- udf-lipsum/Cargo.toml | 2 +- udf-uuid/Cargo.toml | 2 +- udf-xxhash/Cargo.toml | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef85710..0c005b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ ### Added +### Changed + + +## [0.1.8] - 2023-10-04 + +### Added + Add blake2 and blake3 hashes: - `blake2b512` @@ -78,7 +85,8 @@ Changed licensing from 'Apache-2.0' to 'Apache-2.0 OR GPL-2.0-or-later' -[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.7...HEAD +[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.8...HEAD +[0.1.8]: https://github.com/pluots/udf-suite/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/pluots/udf-suite/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/pluots/udf-suite/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/pluots/udf-suite/compare/v0.1.4...v0.1.5 diff --git a/test-integration/Cargo.toml b/test-integration/Cargo.toml index 624ea7e..0ab69c6 100644 --- a/test-integration/Cargo.toml +++ b/test-integration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-integration" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later" diff --git a/udf-blake/Cargo.toml b/udf-blake/Cargo.toml index ff0a741..e154643 100644 --- a/udf-blake/Cargo.toml +++ b/udf-blake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-blake" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later" diff --git a/udf-jsonify/Cargo.toml b/udf-jsonify/Cargo.toml index ade6381..d3f467e 100644 --- a/udf-jsonify/Cargo.toml +++ b/udf-jsonify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-jsonify" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later" diff --git a/udf-lipsum/Cargo.toml b/udf-lipsum/Cargo.toml index ae04f7f..8e3162d 100644 --- a/udf-lipsum/Cargo.toml +++ b/udf-lipsum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-lipsum" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later" diff --git a/udf-uuid/Cargo.toml b/udf-uuid/Cargo.toml index 43778a5..916d47d 100644 --- a/udf-uuid/Cargo.toml +++ b/udf-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-uuid" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later" diff --git a/udf-xxhash/Cargo.toml b/udf-xxhash/Cargo.toml index 0133654..ed20fb7 100644 --- a/udf-xxhash/Cargo.toml +++ b/udf-xxhash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udf-xxhash" -version = "0.1.7" +version = "0.1.8" edition = "2021" publish = false license = "Apache-2.0 OR GPL-2.0-or-later"