Skip to content

Commit

Permalink
Update changelog, add history, fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 30, 2021
1 parent fca9f47 commit 6b8f1cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [v1.0.0] - 2021-03-30

Initial independent release, see [previous history](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/eo)

### Fixed

- `common_name` is validated as an enum (no other values allowed)

[Unreleased]: <https://github.com/stac-extensions/eo/compare/v1.0.0...HEAD>
[v1.0.0]: <https://github.com/stac-extensions/eo/tree/v1.0.0>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- **Scope:** Item, Collection
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Stable
- **Owner**: @matthewhanson
- **History:** [Prior to March 30, 2021](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/eo)

This document explains the fields of the Electro-Optical (EO) Extension to the
[SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) specification.
Expand Down
3 changes: 3 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
}
}
}
},
{
"$ref": "#/definitions/stac_extensions"
}
]
}
Expand Down

0 comments on commit 6b8f1cb

Please sign in to comment.