Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

66 lines (47 loc) · 1.94 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

0.1.X

[Unreleased]

https://github.com/mundialis/actinia_core/compare/2.3.0...main

  • raster_layers endpoint: fix missing endpoint name by @neteler in #14

[0.1.1] - 2022-03-23

released from master

Added

  • GHA to build wheel and add to release by @mmacata

Fixed

  • test scripts: remove debug output by @neteler in #11

[0.1.0] - 2022-03-23

released from master

Added

  • New raster layer sampling endpoint "sampling_sync" by @neteler in #7
  • New vector layer sampling endpoint "sampling_sync" by @neteler in #8

0.0.X

[v0.0.4] - 2021-11-23

released from master

Fixed

  • #6 from mundialis/version2: Use URL_PREFIX from actinia_core app

[v0.0.3] - 2021-06-02

released from master

Fixed

  • Move actinia_core imports #5

[v0.0.2] - 2020-05-05

released from master

  • internal release

[v0.0.1] - 2020-01-07

released from master

  • Initial upload

Autogenerated with:

curl https://api.github.com/repos/mundialis/actinia_statistic_plugin/releases?per_page=50 | jq -r '.[] | "## [\(.tag_name)] - \(.published_at | strptime("%Y-%m-%dT%H:%M:%SZ") | strftime("%Y-%m-%d"))\nreleased from \(.target_commitish)\n\(.body) \n"'

After that, the release entries need to be sorted correctly.