From 86784ee39f0cdb0080441caac31dbe6f0a54ce16 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 4 Jul 2022 12:22:45 -0500 Subject: [PATCH] Bump version to 0.0.12 and add release date to Changes --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd4b2c1..afd634d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,7 +1201,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "ubi" -version = "0.0.11" +version = "0.0.12" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 28d0376..b880ec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ubi" -version = "0.0.11" +version = "0.0.12" authors = ["Dave Rolsky "] description = "The Universal Binary Installer" repository = "https://github.com/houseabsolute/ubi" diff --git a/Changes.md b/Changes.md index f8ff074..8ee0d5e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.0.12 +## 0.0.12 - 2022-07-04 * Handle bare xz-compressed binaries. Previously ubi would download and "install" the compressed file as an executable. Now ubi will uncompress this