Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 2, 2023
1 parent e0db421 commit a93f533
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
[Unreleased](https://github.com/crim-ca/ncml2stac/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

<!-- list changes here, using '-' for each new entry, remove this when items are added -->

[0.2.0](https://github.com/crim-ca/ncml2stac/tree/0.2.0) (2023-10-02)
------------------------------------------------------------------------------------------------------------------

- Update STAC Item generation to transfer most NCML attribute parsing logic to `STACpopulator` implementation.
- Use changes in [crim-ca/stac-populator#23](https://github.com/crim-ca/stac-populator/pull/23) to evaluate updated
conversion logic of `STACpopulator`.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
# Application
APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..)
APP_NAME := $(shell basename $(APP_ROOT))
APP_VERSION := 0.1.0
APP_VERSION := 0.2.0
DOCKER_REPO ?= crimca/ncml2stac

# guess OS (Linux, Darwin,...)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NCML to STAC

[![version](https://img.shields.io/github/v/tag/crim-ca/ncml2stac?label=latest%20version)](https://github.com/crim-ca/ncml2stac/tree/0.1.0)
[![version](https://img.shields.io/github/v/tag/crim-ca/ncml2stac?label=latest%20version)](https://github.com/crim-ca/ncml2stac/tree/0.2.0)

Converts a NCML XML with NetCDF file reference to a STAC Item JSON definition.

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
Expand Down Expand Up @@ -49,7 +49,7 @@ nb_diff_ignore =
/cells/4/outputs/0/text
/cells/5/outputs/
/cells/7/outputs/
nb_diff_replace =
nb_diff_replace =
/cells/6/outputs/0/text '<attribute name="metadata_creation" value="[\d-]+" />' METADATA_CREATION_DATE
/cells/6/outputs/0/text \n+ \n

Expand Down

0 comments on commit a93f533

Please sign in to comment.