diff --git a/CHANGELOG.md b/CHANGELOG.md index 9481f5a..71e58b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0] - 2024-06-02 + +### Added +- Support raster overviews (#140) + +### Enhancements +- increase chunk-size to 10000 (#142) + +### Bug Fixes +- fix: make the gdalwarp examples consistent (#143) + ## [0.6.1] - 2024-04-02 ### Enhancements diff --git a/README.md b/README.md index d7a58f7..85554f9 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,14 @@ project. [ROADMAP.md](ROADMAP.md) contains a list of features and improvements planned for future versions of Raster Loader. + +## Releasing + +1. Create and merge a release PR `release/X.Y.Z` updating the CHANGELOG.md file + +Title: `Release vX.Y.Z` +Description: CHANGELOG release notes + +2. Create and push a tag `vX.Y.Z` + +This will trigger an automatic workflow that will create the release and publish the package.