Skip to content

Commit

Permalink
release: 4.0.0 (#818)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 8, 2024
1 parent 9d5cb11 commit 6979470
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

## [4.0.0](https://github.com/linz/topo-imagery/compare/v3.6.0...v4.0.0) (2024-02-08)


### ⚠ BREAKING CHANGES

* add new fields to the Collection TDE-985 ([#765](https://github.com/linz/topo-imagery/issues/765))

### Features

* accept only hyphen named categories TDE-985 ([#830](https://github.com/linz/topo-imagery/issues/830)) ([26682c8](https://github.com/linz/topo-imagery/commit/26682c83565fa400b61378caedc15b50cbe3aabc))
* add new fields to the Collection TDE-985 ([#765](https://github.com/linz/topo-imagery/issues/765)) ([78016f6](https://github.com/linz/topo-imagery/commit/78016f6b6e01de1b3132e12ebeaf431da61537c2))


### Bug Fixes

* Disable duplicate code test ([#817](https://github.com/linz/topo-imagery/issues/817)) ([cde875d](https://github.com/linz/topo-imagery/commit/cde875dc730011165b73848338a700394eccdb4b))
* NoSuchFileError is stopping multiprocessing sidecar files TDE-1007 ([#832](https://github.com/linz/topo-imagery/issues/832)) ([dea3189](https://github.com/linz/topo-imagery/commit/dea3189b9afbb198e02888ed6ef9ebb17687a000))
* sidecars download permissions TDE-1007 ([#806](https://github.com/linz/topo-imagery/issues/806)) ([16b5b04](https://github.com/linz/topo-imagery/commit/16b5b0472d10f0ec9f0a3a6689af9e1edfcb7fda))
* write_file was not handling exception correctly TDE-1007 ([#836](https://github.com/linz/topo-imagery/issues/836)) ([caa289b](https://github.com/linz/topo-imagery/commit/caa289b240989f860f66412c0d028752ec1a17d9))

## [3.6.0](https://github.com/linz/topo-imagery/compare/v3.5.2...v3.6.0) (2024-01-09)


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 = "3.6.0"
version = "4.0.0"
description = "A collection of scripts for processing imagery"
authors = [
"Blayne Chard <[email protected]>",
Expand Down

0 comments on commit 6979470

Please sign in to comment.