Skip to content

Commit

Permalink
Merge pull request #46 from sat-utils/develop
Browse files Browse the repository at this point in the history
update README and CHANGELOG for v0.2
  • Loading branch information
matthewhanson authored Jul 16, 2019
2 parents 88c07de + 095c98a commit d5087a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.0] - 2019-07-16

### Changed
- Thing.publish() removed. Self links are not used at all (and not recommended for static catalogs)
- Thing.root() and Thing.parent() functions now return `None` if no root or parent (rather than an empty list). If more than one root or parent then an error will now be thrown.
- Thing.root() returns Thing if no root (rather than an empty list). If more than one root an error will now be thrown.
- Thing.parent() functions now return `None` if no parent (rather than an empty list). If more than one parent then an error will now be thrown.
- Internal JSON data now stored in variable called `_data` rather than `data`

## [v0.1.3] - 2019-05-04
Expand Down Expand Up @@ -45,6 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial Release

[Unreleased]: https://github.com/sat-utils/sat-stac/compare/master...develop
[v0.2.0]: https://github.com/sat-utils/sat-stac/compare/0.1.3...v0.2.0
[v0.1.3]: https://github.com/sat-utils/sat-stac/compare/0.1.2...v0.1.3
[v0.1.2]: https://github.com/sat-utils/sat-stac/compare/0.1.1...v0.1.2
[v0.1.1]: https://github.com/sat-utils/sat-stac/compare/0.1.0...v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The table below shows the corresponding versions between sat-stac and STAC:

| sat-stac | STAC |
| -------- | ---- |
| 0.1.x | 0.6.x |
| 0.2.x | 0.7.x |
| 0.1.x | 0.6.x, 0.7.x |
| 0.2.x | 0.6.x, 0.7.x |

## Tutorials

Expand Down

0 comments on commit d5087a7

Please sign in to comment.