diff --git a/CHANGELOG.md b/CHANGELOG.md index f7599be..593e082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,23 @@ 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.2] --- Not Yet Released + +### ⬆️ Dependency Updates + +* Upgraded pgrx to v0.12.0 + +### ⚡ Improvements + +* Made the extension relocatable + ## [v0.1.1] --- 2024-06-12 The theme of this release is *fast follows.* ### ⬆️ Dependency Updates -* Updated boon to v0.6. +* Upgraded boon to v0.6. ### ⚡ Improvements diff --git a/doc/jsonschema.md b/doc/jsonschema.md index 65bfd15..7fb0019 100644 --- a/doc/jsonschema.md +++ b/doc/jsonschema.md @@ -170,7 +170,7 @@ SELECT jsonschema_is_valid( Any number of schemas can be passed, allowing for arbitrarily complex schemas. The same is true for validating JSON values against a composed schema: -``` +```psql SELECT jsonschema_validates( json_build_object( 'first_name', 'Naomi', diff --git a/jsonschema.control b/jsonschema.control index f1333aa..802f74f 100644 --- a/jsonschema.control +++ b/jsonschema.control @@ -2,5 +2,5 @@ comment = 'JSON Schema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) default_version = '@CARGO_VERSION@' # directory = 'jsonschema' module_pathname = '$libdir/jsonschema' -relocatable = false +relocatable = true superuser = true