File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ Changes
2121=======
2222
2323
24+ Version 0.8.5 (2023-03-08)
25+ --------------------------
26+
27+ - Fix integration with STAC v1 and STAC Legacy versions
28+ - Add notice in INSTALL for compatibility with package and "setuptools<67"
29+
30+
2431Version 0.8.4 (2023-01-23)
2532--------------------------
2633
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ LABEL "org.brazildatacube.description"="Docker image for Data Cube Builder appli
2727LABEL "org.brazildatacube.git_commit" ="${GIT_COMMIT}"
2828
2929# Build arguments
30- ARG CUBE_BUILDER_VERSION="0.8.4 "
30+ ARG CUBE_BUILDER_VERSION="0.8.5 "
3131ARG CUBE_BUILDER_INSTALL_PATH="/opt/cube-builder/${CUBE_BUILDER_VERSION}"
3232
3333ADD . ${CUBE_BUILDER_INSTALL_PATH}
Original file line number Diff line number Diff line change 2323"""
2424
2525
26- __version__ = '0.8.4 '
26+ __version__ = '0.8.5 '
You can’t perform that action at this time.
0 commit comments