Skip to content

Commit

Permalink
Merge pull request #104 from moradology/feature/beta4
Browse files Browse the repository at this point in the history
Update for beta.4 changes
  • Loading branch information
moradology authored Nov 22, 2021
2 parents 4ad4577 + b7d5828 commit 6cce2fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Unreleased
------------------
- Allow for non-ellipsis open temporal windows (#103, @moradology)

- Add the canonical and service-doc relation types (#104, @moradology)

2.0.1 (2021-07-08)
------------------
- Add bbox validator to STAC search (#95, @geospatialjeff)
Expand Down
2 changes: 2 additions & 0 deletions stac_pydantic/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ class Relations(str, AutoValueEnum):
tiles = auto()
search = auto()
preview = auto()
canonical = auto()
service_desc = "service-desc"
service_doc = "service-doc"

0 comments on commit 6cce2fa

Please sign in to comment.