From 57628326875551335b6929b609315f859cf8af97 Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Tue, 22 Oct 2024 16:09:08 -0700 Subject: [PATCH] add v0.7.0, yanking v0.6.24 because accidental semver breakage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a128298..8f1aa35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbp-settings" -version = "0.6.24" +version = "0.7.0" authors = ["Swift Navigation "] edition = "2018" description = "SwiftNav settings API library"