From 5a8e20ba0d7ab548399a34ae74c85fcf05213571 Mon Sep 17 00:00:00 2001 From: cry-inc Date: Fri, 13 Oct 2023 09:28:41 +0200 Subject: [PATCH] Bumped version and updated change log for 0.10.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b602a4..7a3a0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [UNRELEASED] +## [0.10.0] - 2023-10-13 - Breaking Change: Made GUIDs for point clouds and images optional. This required changes in the corresponding public structs. diff --git a/Cargo.toml b/Cargo.toml index 41a6480..9a76b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e57" -version = "0.9.1" +version = "0.10.0" edition = "2021" readme = "README.md" repository = "https://github.com/cry-inc/e57"