Skip to content

Commit

Permalink
Update default version number and HISTORY.rst for 1.8.42 release. (#1043
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SpacemanPaul committed Aug 1, 2024
1 parent b510f5e commit 4d643f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ History

Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.

1.8.42 (2024-08-01)
-------------------

Bug fixes and major extensions for defining custom feature info includes - refer to the documentation
for details.

* Fix dockerfile casing warning (#1035)
* Add --version argument to datacube-ows CLI entry point (#1036)
* Auto-add implicit single top-level folder to ensure strict WMS standard compliance (#1036)
* Changes to materialised view definition to prevent errors on databases with WKT CRS (#1037)
* Custom Feature Info enhancements (#1039)
* Miscellaneous cleanup and backported fixes from 1.9 branch (#1042)
* Update default version number and HISTORY.rst for release (#1043)

This release includes contributions from @SpacemanPaul and @pjonsson.

1.8.41 (2024-07-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.41?"
__version__ = "1.8.42?"

0 comments on commit 4d643f1

Please sign in to comment.