Skip to content

Commit

Permalink
🔖 Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 12, 2024
1 parent a7f9b6f commit 5ca6a65
Show file tree
Hide file tree
Showing 13 changed files with 705 additions and 79 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-04-13

### Fixed

- replace meta-work in database with a databaseMetadata field on all works' metadata. client libraries should be able to generate properly from the resulting, simpler JSON schema.
Expand All @@ -31,8 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release

[Unreleased]: https://github.com/ortfo/db/compare/v0.3.1...HEAD
[0.3.2]: https://github.com/ortfo/db/-/releases/tag/v0.3.2
[0.3.1]: https://github.com/ortfo/db/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/ortfo/db/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ortfo/db/releases/tag/v0.2.0

[//]: # (C3-2-DKAC:GGH:Rortfo/db:Tv{t})

[unreleased]: https://github.com/ortfo/db/-/compare/v0.3.2...main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See [Compiling](#compiling) for instructions on how to compile this yourself
## Usage

```docopt
ortfo/db v0.3.1
ortfo/db v0.3.2
Usage:
ortfodb [options] <database> build to <to-filepath> [--config=FILEPATH] [-msS] [--]
Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package ortfodb

const Version = "0.3.1"
const Version = "0.3.2"
Loading

0 comments on commit 5ca6a65

Please sign in to comment.