Skip to content

Commit

Permalink
Release v0.7.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jul 2, 2024
1 parent 07c9452 commit a59f9b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a59f9b0

Please sign in to comment.