From c90e4977f57ea07481515c28bd284f70ca3bc6c9 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 21:29:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ docs/exporters.md | 2 ++ manpages/ortfodb-exporters.1 | 2 +- meta.go | 2 +- packages/python/pyproject.toml | 2 +- packages/ruby/lib/ortfodb/version.rb | 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 +- 13 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ec6b6..47557a1 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.4.0] - 2024-04-16 + ### Added - exporters: sub-commands list and doc @@ -91,6 +93,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.3.0...HEAD +[1.4.0]: https://github.com/ortfo/db/-/releases/tag/v1.4.0 [1.3.0]: https://github.com/ortfo/db/compare/v1.2.0...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 @@ -101,3 +104,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.4.0...main diff --git a/docs/exporters.md b/docs/exporters.md index e9db4d3..bf78259 100644 --- a/docs/exporters.md +++ b/docs/exporters.md @@ -22,5 +22,7 @@ Commands related to ortfo/db exporters ## See also * [ortfodb](global-options.md) - Manage your portfolio's database +* [ortfodb exporters doc](exporters-doc.md) - Get help for a specific exporter * [ortfodb exporters init](exporters-init.md) - Create a new exporter +* [ortfodb exporters list](exporters-list.md) - List all available exporters diff --git a/manpages/ortfodb-exporters.1 b/manpages/ortfodb-exporters.1 index 71e7dab..a15f3e3 100644 --- a/manpages/ortfodb-exporters.1 +++ b/manpages/ortfodb-exporters.1 @@ -34,7 +34,7 @@ Commands related to ortfo/db exporters .SH SEE ALSO .PP -\fBortfodb(1)\fP, \fBortfodb-exporters-init(1)\fP +\fBortfodb(1)\fP, \fBortfodb-exporters-doc(1)\fP, \fBortfodb-exporters-init(1)\fP, \fBortfodb-exporters-list(1)\fP .SH HISTORY diff --git a/meta.go b/meta.go index 834d803..5c27c4b 100644 --- a/meta.go +++ b/meta.go @@ -1,3 +1,3 @@ package ortfodb -const Version = "1.3.0" +const Version = "1.4.0" diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 2663bc3..18a5748 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ortfodb" -version = "1.3.0" +version = "1.4.0" description = "ortfodb client library" authors = ["Ewen Le Bihan "] license = "MIT" diff --git a/packages/ruby/lib/ortfodb/version.rb b/packages/ruby/lib/ortfodb/version.rb index 3e3d9c0..ef0d423 100644 --- a/packages/ruby/lib/ortfodb/version.rb +++ b/packages/ruby/lib/ortfodb/version.rb @@ -1,3 +1,3 @@ module Ortfodb - VERSION = "1.3.0" + VERSION = "1.4.0" end diff --git a/packages/rust/Cargo.toml b/packages/rust/Cargo.toml index 9a17c7b..76bead9 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ortfodb" -version = "1.3.0" +version = "1.4.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 29c8143..01c3d7d 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ortfo/db", - "version": "1.3.0", + "version": "1.4.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 f66c5c5..4ead87b 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.3.0/schemas/configuration.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.4.0/schemas/configuration.schema.json", "$ref": "#/$defs/Configuration", "$defs": { "Configuration": { diff --git a/schemas/database.schema.json b/schemas/database.schema.json index db1781f..0cd981a 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.3.0/schemas/database.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.4.0/schemas/database.schema.json", "$ref": "#/$defs/Database", "$defs": { "AnalyzedWork": { diff --git a/schemas/exporter.schema.json b/schemas/exporter.schema.json index 54352a2..1fdf986 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.3.0/schemas/exporter.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.4.0/schemas/exporter.schema.json", "$ref": "#/$defs/ExporterManifest", "$defs": { "ExporterCommand": { diff --git a/schemas/tags.schema.json b/schemas/tags.schema.json index 6f9faef..17384bb 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.3.0/schemas/tags.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.4.0/schemas/tags.schema.json", "$ref": "#/$defs/tags", "$defs": { "Tag": { diff --git a/schemas/technologies.schema.json b/schemas/technologies.schema.json index 9197583..812e4d7 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.3.0/schemas/technologies.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.4.0/schemas/technologies.schema.json", "$ref": "#/$defs/technologies", "$defs": { "Technology": {