Skip to content
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
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Some clippy v0.1.83 lints
--

### Security

--

## [0.5.0] 2025-12-13

### Changed

- Bump `ceres-solver-sys` from `0.4.0` to `0.5.0`.
- **Build breking** Bump minimum supported Rust version (MSRV) to 1.85 to support MSRV-aware dependency resolution.
- Bump Rust edition from 2021 to 2024.

### Fixed

- Some clippy v0.1.83 lints
- Eigen headers detection on macOS with homebrew installation.

## [0.4.0] 2024-01-07

### Changed
Expand Down
7 changes: 7 additions & 0 deletions ceres-solver-src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

--

## [0.5.0+ceres2.2.0-eigen3.4.0-glog0.7.1] 2025-12-13

### Changed

- **Build breking** Bump minimum supported Rust version (MSRV) to 1.85 to support MSRV-aware dependency resolution.
- Bump Rust edition from 2021 to 2024.

## [0.4.0+ceres2.2.0-eigen3.4.0-glog0.7.1] 2025-04-18

- **Breaking** Update `glog` to 0.7.1. It requires to define some additional flags to use, e.g. GLOG_USE_GLOG_EXPORT
Expand Down
14 changes: 14 additions & 0 deletions ceres-solver-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

--

## [0.5.0] 2025-12-13

### Changed

- Bump `ceres-solver-src` from `0.4.0` to `0.5.0`.
- **Build breking** Bump minimum supported Rust version (MSRV) to 1.85 to support MSRV-aware dependency resolution.
- Bump Rust edition from 2021 to 2024.
- Unpin `cxx` and `cxx-build` versions, now the latest 1.x versions will be used.
- Remove redundant `cmake` build dependency.

### Fixed

- Eigen headers detection on macOS with homebrew installation.

## [0.4.2] 2025-04-18

### Changed
Expand Down