From 7b9fea6daf880a67ca3daac488d51925996e49a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:38:45 +0000 Subject: [PATCH] chore(release): release dlt 0.15.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482214b..fe075e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.0](https://github.com/strawlab/dlt/compare/0.14.0...0.15.0) - 2026-08-07 + +### Added +- *(deps)* [**breaking**] update nalgebra to 0.35 + ## [0.14.0] - 2025-08-01 [0.14.0]: https://github.com/strawlab/dlt/releases/tag/0.14.0 diff --git a/Cargo.toml b/Cargo.toml index 710022f..a9ac046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlt" -version = "0.14.0" +version = "0.15.0" authors = ["Andrew Straw "] edition = "2021" description = "DLT (direct linear transform) algorithm for camera calibration"