Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 7.2.0 #1259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### 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))
* **standardise-validate:** allow empty string from Argo for start and end dates TDE-1346 ([#1286](https://github.com/linz/topo-imagery/issues/1286)) ([b96c851](https://github.com/linz/topo-imagery/commit/b96c85155db7970d97002cc5896a5a0f50382ffc))


### 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