Skip to content

Commit 077c038

Browse files
committed
🔖 Release v1.6.1
1 parent 86f2806 commit 077c038

File tree

12 files changed

+23
-11
lines changed

12 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2024-04-27
11+
1012
### Changed
1113

1214
- 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
158160
- Initial release
159161

160162
[Unreleased]: https://github.com/ortfo/db/compare/v1.6.0...HEAD
163+
[1.6.1]: https://github.com/ortfo/db/-/releases/tag/v1.6.1
161164
[1.6.0]: https://github.com/ortfo/db/compare/v1.5.0...v1.6.0
162165
[1.5.0]: https://github.com/ortfo/db/compare/v1.4.1...v1.5.0
163166
[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
172175
[0.2.0]: https://github.com/ortfo/db/releases/tag/v0.2.0
173176

174177
[//]: # (C3-2-DKAC:GGH:Rortfo/db:Tv{t})
178+
179+
[unreleased]: https://github.com/ortfo/db/-/compare/v1.6.1...main

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- removed support for D2 diagrams in markdown content: the depndency made builds fail
13+
14+
## [1.6.0] - 2024-04-27
15+
1016
### Added
1117

1218
- 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
151157

152158
- Initial release
153159

154-
[Unreleased]: https://github.com/ortfo/db/compare/v1.5.0...HEAD
160+
[Unreleased]: https://github.com/ortfo/db/compare/v1.6.0...HEAD
161+
[1.6.0]: https://github.com/ortfo/db/compare/v1.5.0...v1.6.0
155162
[1.5.0]: https://github.com/ortfo/db/compare/v1.4.1...v1.5.0
156163
[1.4.1]: https://github.com/ortfo/db/compare/v1.4.0...v1.4.1
157164
[1.4.0]: https://github.com/ortfo/db/compare/v1.3.0...v1.4.0

meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package ortfodb
22

3-
const Version = "1.6.0"
3+
const Version = "1.6.1"

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ruby/lib/ortfodb/version.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/configuration.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.0/schemas/configuration.schema.json",
3+
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/configuration.schema.json",
44
"$ref": "#/$defs/Configuration",
55
"$defs": {
66
"Configuration": {

schemas/database.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.0/schemas/database.schema.json",
3+
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/database.schema.json",
44
"$ref": "#/$defs/Database",
55
"$defs": {
66
"Abbreviations": {

schemas/exporter.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.0/schemas/exporter.schema.json",
3+
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/exporter.schema.json",
44
"$ref": "#/$defs/ExporterManifest",
55
"$defs": {
66
"ExporterCommand": {

schemas/tags.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.0/schemas/tags.schema.json",
3+
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/tags.schema.json",
44
"$ref": "#/$defs/tags",
55
"$defs": {
66
"Tag": {

schemas/technologies.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.0/schemas/technologies.schema.json",
3+
"$id": "https://raw.githubusercontent.com/ortfo/db/v1.6.1/schemas/technologies.schema.json",
44
"$ref": "#/$defs/technologies",
55
"$defs": {
66
"Technology": {

0 commit comments

Comments
 (0)