Skip to content

Commit

Permalink
🔖 Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 27, 2024
1 parent 86f2806 commit 077c038
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 11 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.6.1] - 2024-04-27

### Changed

- removed support for D2 diagrams in markdown content: the depndency made builds fail
Expand Down Expand Up @@ -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
Expand All @@ -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
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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.6.0"
const Version = "1.6.1"
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/ruby/lib/ortfodb/version.rb

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.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": {
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.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": {
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.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": {
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.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": {
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.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": {
Expand Down

0 comments on commit 077c038

Please sign in to comment.