Skip to content

Commit

Permalink
CHANGELOG.md rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 19, 2024
1 parent 4446b21 commit 0c8a2e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c8a2e4

Please sign in to comment.