From 077c038ff01174bfdc481ae80c33fc44dcb1f479 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Sat, 27 Apr 2024 03:20:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ docs/changelog.md | 9 ++++++++- 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 +- 12 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7308b78..679073a 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.6.1] - 2024-04-27 + ### Changed - removed support for D2 diagrams in markdown content: the depndency made builds fail @@ -158,6 +160,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.6.0...HEAD +[1.6.1]: https://github.com/ortfo/db/-/releases/tag/v1.6.1 [1.6.0]: https://github.com/ortfo/db/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/ortfo/db/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/ortfo/db/compare/v1.4.0...v1.4.1 @@ -172,3 +175,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.6.1...main diff --git a/docs/changelog.md b/docs/changelog.md index 616959a..7308b78 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- removed support for D2 diagrams in markdown content: the depndency made builds fail + +## [1.6.0] - 2024-04-27 + ### Added - field abbreviations to paragraph blocks that maps abbreviations to their HTML definitions @@ -151,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/ortfo/db/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/ortfo/db/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/ortfo/db/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/ortfo/db/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/ortfo/db/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/ortfo/db/compare/v1.3.0...v1.4.0 diff --git a/meta.go b/meta.go index 471e1eb..2603f9f 100644 --- a/meta.go +++ b/meta.go @@ -1,3 +1,3 @@ package ortfodb -const Version = "1.6.0" +const Version = "1.6.1" diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index bd62378..1bf1abb 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ortfodb" -version = "1.6.0" +version = "1.6.1" 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 3bc50a1..3468389 100644 --- a/packages/ruby/lib/ortfodb/version.rb +++ b/packages/ruby/lib/ortfodb/version.rb @@ -1,3 +1,3 @@ module Ortfodb - VERSION = "1.6.0" + VERSION = "1.6.1" end diff --git a/packages/rust/Cargo.toml b/packages/rust/Cargo.toml index cbd0b37..bebef13 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ortfodb" -version = "1.6.0" +version = "1.6.1" 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 9a06c8d..bf0b9fe 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ortfo/db", - "version": "1.6.0", + "version": "1.6.1", "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 786cd5c..81707a6 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.6.0/schemas/configuration.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/configuration.schema.json", "$ref": "#/$defs/Configuration", "$defs": { "Configuration": { diff --git a/schemas/database.schema.json b/schemas/database.schema.json index f00c731..e2cc20b 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.6.0/schemas/database.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/database.schema.json", "$ref": "#/$defs/Database", "$defs": { "Abbreviations": { diff --git a/schemas/exporter.schema.json b/schemas/exporter.schema.json index 37cd975..c93c1bf 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.6.0/schemas/exporter.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/exporter.schema.json", "$ref": "#/$defs/ExporterManifest", "$defs": { "ExporterCommand": { diff --git a/schemas/tags.schema.json b/schemas/tags.schema.json index 5db442e..80aafc7 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.6.0/schemas/tags.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/tags.schema.json", "$ref": "#/$defs/tags", "$defs": { "Tag": { diff --git a/schemas/technologies.schema.json b/schemas/technologies.schema.json index a9265bf..dae0c38 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.6.0/schemas/technologies.schema.json", + "$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/technologies.schema.json", "$ref": "#/$defs/technologies", "$defs": { "Technology": {