Skip to content

Commit

Permalink
🔖 Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 16, 2024
1 parent b8a1418 commit 640413e
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 17 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]

## [1.3.0] - 2024-04-16

### Added

- exporters init command: bootstrap a new exporter manifest file
Expand Down Expand Up @@ -80,6 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release

[Unreleased]: https://github.com/ortfo/db/compare/v1.2.0...HEAD
[1.3.0]: https://github.com/ortfo/db/-/releases/tag/v1.3.0
[1.2.0]: https://github.com/ortfo/db/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/ortfo/db/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ortfo/db/compare/v0.3.2...v1.0.0
Expand All @@ -89,3 +92,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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/v1.3.0...main
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the [documentation on installation](https://ortfo.org/db/getting-started#ins

## Usage

See [documentation](https://ortfo.org/db)
See [documentation](https://ortfo.org/db)

```docopt
Manage your portfolio's database — See https://github.com/ortfo/db for more information.
Expand All @@ -29,6 +29,7 @@ Available Commands:
add Add a new project to your portfolio
build Build the database
completion Generate the autocompletion script for the specified shell
exporters Commands related to ortfo/db exporters
help Help about any command
replicate Replicate a database directory from a built database file.
schemas Output JSON schemas for ortfodb's various resources
Expand Down
2 changes: 1 addition & 1 deletion manpages/ortfodb-add.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Create a new project in the appropriate folder. ID is the work's slug.

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb-build.1
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ If [include-works] is provided, only works that match the pattern will be includ

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb-exporters-init.1
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Create a new exporter

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb-exporters.1
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Commands related to ortfo/db exporters

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb-replicate.1
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ WARNING: This command is still kind-of a WIP, it works but there's minimal loggi

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb-schemas.1
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Output the JSON schema for:

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
2 changes: 1 addition & 1 deletion manpages/ortfodb.1
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Manage your portfolio's database — See https://github.com/ortfo/db for more in

.SH HISTORY
.PP
15-Apr-2024 Auto generated by spf13/cobra
16-Apr-2024 Auto generated by spf13/cobra
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 = "1.2.0"
const Version = "1.3.0"
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rust/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/typescript/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schemas/configuration.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.2.0/schemas/configuration.schema.json",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.3.0/schemas/configuration.schema.json",
"$ref": "#/$defs/Configuration",
"$defs": {
"Configuration": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/database.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.2.0/schemas/database.schema.json",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.3.0/schemas/database.schema.json",
"$ref": "#/$defs/Database",
"$defs": {
"AnalyzedWork": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/exporter.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.2.0/schemas/exporter.schema.json",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.3.0/schemas/exporter.schema.json",
"$ref": "#/$defs/ExporterManifest",
"$defs": {
"ExporterCommand": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/tags.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.2.0/schemas/tags.schema.json",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.3.0/schemas/tags.schema.json",
"$ref": "#/$defs/tags",
"$defs": {
"Tag": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/technologies.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.2.0/schemas/technologies.schema.json",
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.3.0/schemas/technologies.schema.json",
"$ref": "#/$defs/technologies",
"$defs": {
"Technology": {
Expand Down

0 comments on commit 640413e

Please sign in to comment.