Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for proj release #213

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Changes
## 0.28.0 - 2024-12-20

## Unreleased

- Update to proj-sys 0.24.0 (libproj 9.4.0)
- Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
- Update to proj-sys 0.25.0 (libproj 9.4.0)
- BREAKING: Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
- Bump MSRV to 1.70

## 0.27.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "proj"
description = "High-level Rust bindings for the latest stable version of PROJ"
version = "0.27.2"
version = "0.28.0"
authors = [
"The Georust Developers <[email protected]>"
]
Expand Down
4 changes: 4 additions & 0 deletions proj-sys/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# UNRELEASED

- Your Change Here.

# 0.25.0 - 2024-12-20

- BREAKING: Update bindgen to 0.71.1
Expand Down
Loading