Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jan 9, 2024
1 parent 98abd7a commit 55fe113
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.3.0](https://github.com/crim-ca/ncml2stac/tree/0.3.0) (2024-01-09)
------------------------------------------------------------------------------------------------------------------

- Update STAC Item generation from NCML using `STACpopulator==0.5.0` to employ all latest fixes.

[0.2.0](https://github.com/crim-ca/ncml2stac/tree/0.2.0) (2023-10-02)
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.2.0
APP_VERSION := 0.3.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.2.0)
[![version](https://img.shields.io/github/v/tag/crim-ca/ncml2stac?label=latest%20version)](https://github.com/crim-ca/ncml2stac/tree/0.3.0)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True
tag_name = {new_version}
Expand Down

0 comments on commit 55fe113

Please sign in to comment.