From 0c8a2e4b9d34a4f9437d75e5acbd5720927f8cac Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Sat, 18 May 2024 20:36:38 -0400 Subject: [PATCH] CHANGELOG.md rotate --- .github/docker-compose.yml | 6 +++--- CHANGELOG.md | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/docker-compose.yml b/.github/docker-compose.yml index c580dde..d8c3797 100644 --- a/.github/docker-compose.yml +++ b/.github/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: # cd .github/workflows; docker compose -f ../docker-compose.yml up build-linux-amd64 build-linux-amd64: - image: daunnc/gdal-warp-bindings-environment:3.8.2-amd64 + image: daunnc/gdal-warp-bindings-environment:3.9.0-amd64 working_dir: /workdir environment: CC: gcc @@ -44,7 +44,7 @@ services: network_mode: host build-macos-amd64: - image: daunnc/gdal-warp-bindings-environment:3.8.2-amd64 + image: daunnc/gdal-warp-bindings-environment:3.9.0-amd64 working_dir: /workdir environment: OSXCROSS_NO_INCLUDE_PATH_WARNINGS: 1 @@ -75,7 +75,7 @@ services: network_mode: host build-windows-amd64: - image: daunnc/gdal-warp-bindings-environment:3.7.2-amd64 + image: daunnc/gdal-warp-bindings-environment:3.9.0-amd64 working_dir: /workdir environment: CROSS_TRIPLE: x86_64-w64-mingw32 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbfb7b..d1952cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v3.9.0] - 2024-05-18 +### Changed +- GDAL 3.9.x build [#131](https://github.com/geotrellis/gdal-warp-bindings/pull/131) + ## [v3.8.1] - 2024-05-15 ### Changed - Add GDT_Int8 constant [#130](https://github.com/geotrellis/gdal-warp-bindings/pull/130) @@ -53,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - The first library release -[Unreleased]: https://github.com/geotrellis/gdal-warp-bindings/compare/v3.8.1...HEAD +[Unreleased]: https://github.com/geotrellis/gdal-warp-bindings/compare/v3.9.0...HEAD +[v3.9.0]: https://github.com/geotrellis/gdal-warp-bindings/compare/v3.8.1...v3.9.0 [v3.8.1]: https://github.com/geotrellis/gdal-warp-bindings/compare/v3.8.0...v3.8.1 [v3.8.0]: https://github.com/geotrellis/gdal-warp-bindings/compare/v3.7.0...v3.8.0 [v3.7.0]: https://github.com/geotrellis/gdal-warp-bindings/compare/v1.2.0...v3.7.0