From a79bbda3e01a536dd9ff4451de4c7eade0aebf99 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 12 Jun 2024 15:45:27 -0400 Subject: [PATCH] Increment to v0.1.1 --- .gitignore | 2 +- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- sql/jsonschema--0.1.0--0.1.1.sql | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 sql/jsonschema--0.1.0--0.1.1.sql diff --git a/.gitignore b/.gitignore index e903387..460b164 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ **/*.rs.bk .vscode/ META.json -jsonschema-* +/jsonschema-* vendor/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 535533a..df18423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the [Semantic Versioning]: https://semver.org/spec/v2.0.0.html "Semantic Versioning 2.0.0" -## [v0.1.1] --- Unreleased +## [v0.1.1] --- 2024-06-12 The theme of this release is *fast follows.* diff --git a/Cargo.lock b/Cargo.lock index 0a3c0fd..19ea5d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.1.0" +version = "0.1.1" dependencies = [ "boon", "pgrx", diff --git a/Cargo.toml b/Cargo.toml index 02e9fff..2120fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema" -version = "0.1.0" +version = "0.1.1" description = "JSONSchema validation in Postgres" readme = "README.md" repository = "https://github.com/tembo-io/pg-jsonschema-boon" diff --git a/sql/jsonschema--0.1.0--0.1.1.sql b/sql/jsonschema--0.1.0--0.1.1.sql new file mode 100644 index 0000000..d2fcebf --- /dev/null +++ b/sql/jsonschema--0.1.0--0.1.1.sql @@ -0,0 +1 @@ +-- No SQL changes in v0.1.1.