Skip to content

Commit

Permalink
Bump version for rev 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 21, 2022
1 parent c1a9255 commit 9f4011b
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 @@ -6,6 +6,13 @@

### Added

### Changed


## [0.1.3] - 2022-12-21

### Added

- Added support for v6 and v7 UUIDs

### Changed
Expand Down Expand Up @@ -38,7 +45,8 @@

<!-- next-url -->

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

Expand Down

0 comments on commit 9f4011b

Please sign in to comment.