Skip to content

Commit

Permalink
Finalize v0.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 30, 2024
1 parent ea64888 commit 9deb76d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0] --- Unreleased
## [v0.1.0]

The theme of this release is *learning Rust and pgrx.*

Expand All @@ -16,13 +16,15 @@ The theme of this release is *learning Rust and pgrx.*
* First release, everything is new!
* JSON Schema validation using [boon]
* Fully supports draft 2020-12, draft 2019-09, draft-7, draft-6, and draft-4
* Multi-object schema compsition
* Multi-object schema composition
* Remote fetching of resources disabled

### 🏗️ Build Setup

* Built with Rust
* Use `make` for most actions
* Download from [PGXN] or [GitHub]
* [CI testing] on PostgreSQL 11--16

### 📚 Documentation

Expand All @@ -39,3 +41,4 @@ The theme of this release is *learning Rust and pgrx.*
[reference documentation]: https://github.com/tembo-io/pg-jsonschema-boon/blob/v0.1.0/doc/jsonschema.md
[benchmark script]: https://github.com/tembo-io/pg-jsonschema-boon/blob/v0.1.0/eg/bench.sql
[composition example]: https://github.com/tembo-io/pg-jsonschema-boon/blob/v0.1.0/eg/user.sql
[CI testing]: https://github.com/tembo-io/pg-jsonschema-boon/actions/workflows/lint-and-test.yml

0 comments on commit 9deb76d

Please sign in to comment.