Skip to content

Commit

Permalink
Merge pull request #7 from OldLipe/b-0.9.0
Browse files Browse the repository at this point in the history
Add CHANGES file
  • Loading branch information
gqueiroz authored Sep 20, 2020
2 parents 840cb39 + a3a9ae6 commit 5beaeb8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ addons:
packages:
- libxml2-dev

script:
- R CMD build .
- R CMD check *tar.gz

after_success:
- Rscript -e 'library(covr); codecov()'
41 changes: 41 additions & 0 deletions CHANGES.rst
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.

0 comments on commit 5beaeb8

Please sign in to comment.