Skip to content

Commit

Permalink
Create 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 4, 2023
1 parent fd3e109 commit 096caca
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

### Added

### Changed


## [0.1.8] - 2023-10-04

### Added

Add blake2 and blake3 hashes:

- `blake2b512`
Expand Down Expand Up @@ -78,7 +85,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.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
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.7"
version = "0.1.8"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-blake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
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.7"
version = "0.1.8"
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.7"
version = "0.1.8"
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.7"
version = "0.1.8"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion udf-xxhash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 096caca

Please sign in to comment.