Skip to content

Commit

Permalink
Prepare for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 21, 2022
1 parent 43c5576 commit bd7fb38
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

## [Unreleased] - ReleaseDate

### Added

### Changed


## [0.1.2] - 2022-12-20

### Changed

- Removed unneeded debug statement from uuid generate
Expand All @@ -26,6 +33,7 @@

<!-- next-url -->

[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/pluots/udf-suite/compare/v0.1.2...HEAD
[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
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.1"
version = "0.1.2"
edition = "2021"
publish = false

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.1"
version = "0.1.2"
edition = "2021"
publish = false

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.1"
version = "0.1.2"
edition = "2021"
publish = false

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.1"
version = "0.1.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit bd7fb38

Please sign in to comment.