From 07be28f9d560b32362d6deb2b8a14f4cd978d0b0 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 2 May 2024 20:53:52 -0500 Subject: [PATCH] Actually bump to 1.0.0. --- CHANGES.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 42df78a..94d163f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Release Notes +## 1.0.0 + +This release updates various dependencies as well as upgrading to Rust +1.78.0 and dropping support for Windows versions prior to Windows 10. + ## 0.14.0 Change `.env` parsing libraries to gain support for double quoted values with variable diff --git a/Cargo.lock b/Cargo.lock index c06263a..78b7f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "scie-jump" -version = "0.14.0" +version = "1.0.0" dependencies = [ "bstr", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 78509b2..f860231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "scie-jump" -version = "0.14.0" +version = "1.0.0" description = "The self contained interpreted executable launcher." authors = [ "John Sirois ",