Skip to content

Commit 4e0c09d

Browse files
authored
Merge pull request #269 from OpenEnergyPlatform/release-v2.0.4
Release v2.0.4
2 parents 07b33f9 + e682980 commit 4e0c09d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+377
-2803
lines changed

.bumpversion.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
[tool.bumpversion]
6-
current_version = "2.0.3"
6+
current_version = "2.0.4"
77
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
88
serialize = ["{major}.{minor}.{patch}"]
99
search = "{current_version}"
@@ -32,3 +32,9 @@ filename = "CITATION.cff"
3232

3333
[[tool.bumpversion.files]]
3434
filename = "uv.lock"
35+
36+
[[tool.bumpversion.files]]
37+
filename = "oemetadata/v2/v20/build_source/schemas/meta.json"
38+
39+
[[tool.bumpversion.files]]
40+
filename = "oemetadata/v2/v20/build_source/scripts/create_template.py"

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ For each version, important additions, changes and removals are listed here.
1414
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1616

17+
## [Unreleased]
18+
19+
### Added
20+
- Introduce scoped context for spatial and temporal objects [(#260)](https://github.com/OpenEnergyPlatform/oemetadata/pull/260)
21+
- Add script to manage latest folder [(#264)](https://github.com/OpenEnergyPlatform/oemetadata/pull/264)
22+
23+
### Changed
24+
- Fix bugs in JSON-LD context [(#260)](https://github.com/OpenEnergyPlatform/oemetadata/pull/260)
25+
- Fix version number in bumpversion [(#264)](https://github.com/OpenEnergyPlatform/oemetadata/pull/264)
26+
- Update dataset `id` to `@id` [(#267)](https://github.com/OpenEnergyPlatform/oemetadata/pull/267)
27+
28+
### Removed
29+
- Remove build_source folder from latest [(#264)](https://github.com/OpenEnergyPlatform/oemetadata/pull/264)
30+
1731

1832
## [2.0.3] - Patch Release - Patch Install and Repo - 2025-02-17
1933

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors:
3333
title: "Open Energy Family - Open Energy Metadata (OEMetadata)"
3434
type: software
3535
license: MIT
36-
version: 2.0.3
36+
version: 2.0.4
3737
doi:
3838
date-released: 2025-01-24
3939
url: "https://github.com/OpenEnergyPlatform/oemetadata"

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Open Energy Metadata (OEMetadata) is an energy metadata standard including a met
1212
It is an extensive set of metadata based on the Frictionless [Data Package](https://datapackage.org/) specifications and the [FAIR Principles](https://www.go-fair.org/fair-principles/). <br>
1313

1414
The documentation is structured in three main sections:
15+
1516
- `Development` Collaborative Development
1617
- `Metadata Documentation` Keys and Mappings
1718
- `Code Documentation` Install, Scripts, Tests

docs/oemetadata/metadata_key_description.md

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

oemetadata/latest/build_source/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

oemetadata/latest/build_source/schema_structure.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

oemetadata/latest/build_source/schema_structure.json.license

Lines changed: 0 additions & 5 deletions
This file was deleted.

oemetadata/latest/build_source/schemas/context.json

Lines changed: 0 additions & 139 deletions
This file was deleted.

oemetadata/latest/build_source/schemas/dataset.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)