-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from OldLipe/b-0.9.0
Add CHANGES file
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.. | ||
This file is part of R Client Library for STAC. | ||
Copyright (C) 2020 INPE. | ||
R Client Library for STAC is free software; you can redistribute it and/or modify it | ||
under the terms of the MIT License; see LICENSE file for more details. | ||
|
||
|
||
Changes | ||
======= | ||
|
||
|
||
Version 0.9.0-0 | ||
--------------- | ||
|
||
|
||
Released 2020-09-18 | ||
|
||
- Fix isssue from CRAN. | ||
- Preparing package to send to CRAN. | ||
- Update documentation. | ||
- Add function for extensions creating. | ||
- Add new tests. | ||
- Support for STAC version 0.9.0 and 0.8.1. | ||
|
||
|
||
Version 0.8.0-0 | ||
--------------- | ||
|
||
|
||
Released 2020-08-24 | ||
|
||
|
||
- Support for STAC version 0.8.0 and 0.8.1. | ||
- Add functions to download and support analysis from items objects. | ||
- Add new tests. | ||
- License: `MIT <https://raw.githubusercontent.com/brazil-data-cube/rstac/b-0.9.0/LICENSE>`_ . | ||
- Update documentation. | ||
- Add CI support. | ||
- Add tests for CI. | ||
- Unit-tests with code coverage. |