Skip to content

Commit

Permalink
Update to v0.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 20, 2022
1 parent 141f4e0 commit 4e16def
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@

### Removed


## [0.1.0] - 2022-12-20

### Added

- Added initial functions to generate v1 and v4 UUIDs, and generate namespaces
- Added initial `lipsum` function
- Added initial `jsonify` function

<!-- next-url -->

[Unreleased]: https://github.com/pluots/udf-suite/compare/0.1.0...HEAD
[0.1.0]: https://github.com/pluots/udf-suite/compare/v0.0.1...v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MariaDB [db]> select jsonify(uuid() as uuid, qty as quantity, cost) from t1 limi

## Lipsum

Uses the [lipsum crate] to generate lipsum strings.
Uses the [lipsum crate] to generate lipsum strings with a specified word count.


```sql
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.0.1"
version = "0.1.0"
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.0.1"
version = "0.1.0"
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.0.1"
version = "0.1.0"
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.0.1"
version = "0.1.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 4e16def

Please sign in to comment.