Skip to content

Commit

Permalink
🔖 Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 16, 2024
1 parent aa58f7c commit c90e497
Show file tree
Hide file tree
Showing 13 changed files with 18 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.4.0] - 2024-04-16

### Added

- exporters: sub-commands list and doc
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 2 additions & 0 deletions docs/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion manpages/ortfodb-exporters.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3.0"
const Version = "1.4.0"
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.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": {
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.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": {
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.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": {
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.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": {
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.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": {
Expand Down

0 comments on commit c90e497

Please sign in to comment.