Skip to content

Commit

Permalink
release: 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 12, 2025
1 parent 0b021e4 commit d0b22a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [7.2.0](https://github.com/linz/topo-imagery/compare/v7.1.1...v7.2.0) (2025-02-12)


### Features

* add resolution argument to gdalbuildvrt TDE-1383 ([#1269](https://github.com/linz/topo-imagery/issues/1269)) ([78dfc31](https://github.com/linz/topo-imagery/commit/78dfc31049a4a271cb875ff9982db752131571e1))
* generate hillshade TDE-1369 ([#1253](https://github.com/linz/topo-imagery/issues/1253)) ([e4f2bc4](https://github.com/linz/topo-imagery/commit/e4f2bc40bb4c41fa9b8b99918c996384a5cd9198))
* titles and descriptions for hillshade products TDE-1378 ([#1274](https://github.com/linz/topo-imagery/issues/1274)) ([7415614](https://github.com/linz/topo-imagery/commit/7415614e062de9dcf8ca5ff032d076fc8d314c9f))


### Bug Fixes

* deprecated artifact action TDE-1379 ([#1258](https://github.com/linz/topo-imagery/issues/1258)) ([7b0f43a](https://github.com/linz/topo-imagery/commit/7b0f43aec1340b4ac877d6a2983cc452faa90cc5))
* should not raise error when cutline is empty TDE-1392 ([#1284](https://github.com/linz/topo-imagery/issues/1284)) ([0b021e4](https://github.com/linz/topo-imagery/commit/0b021e47e970e8e4148d569adeae8330668bc57e))


### Documentation

* update cog-quality link ([#1256](https://github.com/linz/topo-imagery/issues/1256)) ([fbf92be](https://github.com/linz/topo-imagery/commit/fbf92be5d1fc47a5056360a802467f3fcefd26c8))

## [7.1.1](https://github.com/linz/topo-imagery/compare/v7.1.0...v7.1.1) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "topo-imagery"
version = "7.1.1"
version = "7.2.0"
description = "A collection of scripts for processing imagery"
authors = [
"Blayne Chard <[email protected]>",
Expand Down

0 comments on commit d0b22a5

Please sign in to comment.