Skip to content

Commit

Permalink
Merge branch 'mkirk/proj-sys-release-0.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 20, 2024
2 parents c81df5d + ee61671 commit 3e63149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
rust-version = "1.75"

[dependencies]
proj-sys = { version = "0.24.0", path = "proj-sys" }
proj-sys = { version = "0.25.0", path = "proj-sys" }
geo-types = { version = "0.7.10", optional = true }
libc = "0.2.119"
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 0.25.0 - 2024-12-20

- BREAKING: Update bindgen to 0.71.1

Expand Down
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "proj-sys"
description = "Rust bindings for PROJ v9.4.x"
repository = "https://github.com/georust/proj"
version = "0.24.0"
version = "0.25.0"
readme = "README.md"
authors = ["The Georust developers <mods@georust.org>"]
keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]
Expand Down

0 comments on commit 3e63149

Please sign in to comment.