Skip to content

Commit b035b3c

Browse files
authored
Prepare for 0.31.0 release (#239)
Incorporating proj-sys 0.27.0 (libproj 9.6.2) - [x] I agree to follow the project's [code of conduct](https://github.com/georust/.github/blob/main/CODE_OF_CONDUCT.md). - [ ] I added an entry to the project's change log file if knowledge of this change could be valuable to users. - Usually called `CHANGES.md` or `CHANGELOG.md` - Prefix changelog entries for breaking changes with "BREAKING: " ---
1 parent 3453129 commit b035b3c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.31.0 - 2025-08-29
4+
35
- Add Proj::as_wkt() function
46
- Update to proj-sys 0.27.0:
57
- Update to PROJ 9.6.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "proj"
33
description = "High-level Rust bindings for the latest stable version of PROJ"
4-
version = "0.30.0"
4+
version = "0.31.0"
55
authors = [
66
"The Georust Developers <[email protected]>"
77
]

0 commit comments

Comments
 (0)