Skip to content

Commit ee09acd

Browse files
committed
update v1.0.0-beta.2
1 parent 63c5082 commit ee09acd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

1818
### Fixed
1919

20+
## [v1.0.0-beta.2] - 2024-10-18
21+
22+
- update schema links via template
23+
2024
## [v1.0.0-beta.1] - 2024-10-17
2125

2226
- first release
2327

24-
[Unreleased]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1...main
28+
[Unreleased]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.2...main
29+
[v1.0.0-beta.2]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1...v1.0.0-beta.2
2530
[v1.0.0-beta.1]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1

json-schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json#",
3+
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
44
"title": "Merkle Tree Root Extension",
55
"description": "An extension to ensure metadata integrity for STAC Items, Collections, and Catalogs by encoding them in a Merkle tree via hashing.",
66
"oneOf": [
@@ -113,7 +113,7 @@
113113
"stac_extensions": {
114114
"type": "array",
115115
"contains": {
116-
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
116+
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)