From 22cc40c09537a9652e8385a90ea87269c3068312 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 1 Oct 2024 10:43:06 +0200 Subject: [PATCH] prepare release for BSP --- vorago-peb1/CHANGELOG.md | 13 +++++++++++++ vorago-peb1/Cargo.toml | 3 --- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 vorago-peb1/CHANGELOG.md diff --git a/vorago-peb1/CHANGELOG.md b/vorago-peb1/CHANGELOG.md new file mode 100644 index 0000000..9c1ba75 --- /dev/null +++ b/vorago-peb1/CHANGELOG.md @@ -0,0 +1,13 @@ +Change Log +======= + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +# [unreleased] + +# [v0.1.0] 2024-10-01 + +- Initial release diff --git a/vorago-peb1/Cargo.toml b/vorago-peb1/Cargo.toml index 7ce62e7..042a4bb 100644 --- a/vorago-peb1/Cargo.toml +++ b/vorago-peb1/Cargo.toml @@ -21,9 +21,6 @@ features = ["va41630"] version = ">=0.3, <0.4" [dependencies.lis2dh12] -git = "https://github.com/us-irs/lis2dh12.git" -# path = "../../lis2dh12" -branch = "all-features" version = "0.7" features = ["out_f32"] -- 2.43.0