From 640413ee9dedf9e10a8b031f3fef8427207bfc0b Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 13:01:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ README.md | 3 ++- manpages/ortfodb-add.1 | 2 +- manpages/ortfodb-build.1 | 2 +- manpages/ortfodb-exporters-init.1 | 2 +- manpages/ortfodb-exporters.1 | 2 +- manpages/ortfodb-replicate.1 | 2 +- manpages/ortfodb-schemas.1 | 2 +- manpages/ortfodb.1 | 2 +- meta.go | 2 +- packages/python/pyproject.toml | 2 +- packages/rust/Cargo.toml | 2 +- packages/typescript/package.json | 2 +- schemas/configuration.schema.json | 2 +- schemas/database.schema.json | 2 +- schemas/exporter.schema.json | 2 +- schemas/tags.schema.json | 2 +- schemas/technologies.schema.json | 2 +- 18 files changed, 23 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b5a1d..71d3b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index 433a4b9..eec294a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/manpages/ortfodb-add.1 b/manpages/ortfodb-add.1 index e22456b..abdf802 100644 --- a/manpages/ortfodb-add.1 +++ b/manpages/ortfodb-add.1 @@ -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 diff --git a/manpages/ortfodb-build.1 b/manpages/ortfodb-build.1 index 7308d45..4277945 100644 --- a/manpages/ortfodb-build.1 +++ b/manpages/ortfodb-build.1 @@ -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 diff --git a/manpages/ortfodb-exporters-init.1 b/manpages/ortfodb-exporters-init.1 index a372774..a46a17f 100644 --- a/manpages/ortfodb-exporters-init.1 +++ b/manpages/ortfodb-exporters-init.1 @@ -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 diff --git a/manpages/ortfodb-exporters.1 b/manpages/ortfodb-exporters.1 index 2916124..71e7dab 100644 --- a/manpages/ortfodb-exporters.1 +++ b/manpages/ortfodb-exporters.1 @@ -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 diff --git a/manpages/ortfodb-replicate.1 b/manpages/ortfodb-replicate.1 index 26c61fe..7c8360f 100644 --- a/manpages/ortfodb-replicate.1 +++ b/manpages/ortfodb-replicate.1 @@ -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 diff --git a/manpages/ortfodb-schemas.1 b/manpages/ortfodb-schemas.1 index 3649656..a03c710 100644 --- a/manpages/ortfodb-schemas.1 +++ b/manpages/ortfodb-schemas.1 @@ -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 diff --git a/manpages/ortfodb.1 b/manpages/ortfodb.1 index 4e76ff2..7abbbd7 100644 --- a/manpages/ortfodb.1 +++ b/manpages/ortfodb.1 @@ -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 diff --git a/meta.go b/meta.go index 91fa142..834d803 100644 --- a/meta.go +++ b/meta.go @@ -1,3 +1,3 @@ package ortfodb -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 5f616a1..2663bc3 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ortfodb" -version = "1.2.0" +version = "1.3.0" description = "ortfodb client library" authors = ["Ewen Le Bihan "] license = "MIT" diff --git a/packages/rust/Cargo.toml b/packages/rust/Cargo.toml index 109853c..9a17c7b 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ortfodb" -version = "1.2.0" +version = "1.3.0" edition = "2021" description = "An ortfodb (https://github.com/ortfo/db) client library for Rust." license = "MIT" diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 1a6c9d7..29c8143 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ortfo/db", - "version": "1.2.0", + "version": "1.3.0", "description": "ortfodb client library", "scripts": { "build": "tsc -p tsconfig.json --declaration --outDir dist" diff --git a/schemas/configuration.schema.json b/schemas/configuration.schema.json index 48959e6..f66c5c5 100644 --- a/schemas/configuration.schema.json +++ b/schemas/configuration.schema.json @@ -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": { diff --git a/schemas/database.schema.json b/schemas/database.schema.json index 2ffd1c4..db1781f 100644 --- a/schemas/database.schema.json +++ b/schemas/database.schema.json @@ -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": { diff --git a/schemas/exporter.schema.json b/schemas/exporter.schema.json index 8f251a9..54352a2 100644 --- a/schemas/exporter.schema.json +++ b/schemas/exporter.schema.json @@ -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": { diff --git a/schemas/tags.schema.json b/schemas/tags.schema.json index e161929..6f9faef 100644 --- a/schemas/tags.schema.json +++ b/schemas/tags.schema.json @@ -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": { diff --git a/schemas/technologies.schema.json b/schemas/technologies.schema.json index 7f877f1..9197583 100644 --- a/schemas/technologies.schema.json +++ b/schemas/technologies.schema.json @@ -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": {