We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9b2d7 commit 497f5b8Copy full SHA for 497f5b8
CHANGES.md
@@ -1,5 +1,9 @@
1
-## Changes in 0.8.2 (in development)
+## Changes in 0.9.0
2
3
+ - Replace TypeSpecifier with simpler DataType class
4
+ (addresses https://github.com/dcs4cop/xcube/issues/509)
5
+ - Fix handling of undefined parameters in
6
+ get_open_data_params_schema (commit 0ec84ff4)
7
8
## Changes in 0.8.1
9
xcube_cds/version.py
@@ -20,4 +20,4 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-version = '0.9.0.dev0'
+version = '0.9.0'
0 commit comments