From 0e359df388da7297f4d072605e8ad1f90d132cb9 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Mon, 7 Nov 2022 15:59:06 -0800 Subject: [PATCH] Prepare the 0.1.11 release. Closes #17 --- CHANGES.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f8e174c..96aa7d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Release Notes +## 0.1.11 + +The 1st release including macOS aarch64 binaries. + ## 0.1.10 The 1st public release of the project. diff --git a/Cargo.lock b/Cargo.lock index c6f1473..162782c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "scie-jump" -version = "0.1.10" +version = "0.1.11" dependencies = [ "bstr", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 322f312..ca9e787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "scie-jump" -version = "0.1.10" +version = "0.1.11" description = "The self contained interpreted executable launcher." authors = [ "John Sirois ",