Skip to content

Commit

Permalink
Generate 0.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 4, 2023
1 parent e38d476 commit 67e4fda
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 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.9] - 2023-10-04

### Added

Add network-related functions:

- `ip_validate`
Expand Down Expand Up @@ -89,7 +96,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.8...HEAD
[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.9...HEAD
[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
[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
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
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.8"
version = "0.1.9"
edition = "2021"
publish = false
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down

0 comments on commit 67e4fda

Please sign in to comment.