From 5b1cdc9e30f03eeda6256103122e5a1a5fe9488d Mon Sep 17 00:00:00 2001 From: UnbreakableMJ Date: Tue, 16 Jun 2026 17:27:01 +0300 Subject: [PATCH] Release v0.1.5 Bump version 0.1.4 -> 0.1.5 across Cargo.toml, Cargo.lock, nix/package.nix, guix.scm, and the AUR PKGBUILD/.SRCINFO (pkgver + source URL; sha256sums reset to SKIP until the v0.1.5 tag is published). Update the prebuilt-binary version in both READMEs. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- README_CRATES.md | 4 ++-- guix.scm | 2 +- nix/package.nix | 2 +- packaging/aur/.SRCINFO | 6 +++--- packaging/aur/PKGBUILD | 5 +++-- 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f62fd93..e97752c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "copy" -version = "0.1.4" +version = "0.1.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 3b0a413..5580441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A modern, fast file copying tool" repository = "https://github.com/UnbreakableMJ/copy" readme = "README_CRATES.md" keywords = ["copy", "file", "cli", "backup", "utility"] -version = "0.1.4" +version = "0.1.5" authors = [ "Bhuminjay Soni ", # original author of cpx "Mohamed Hammad ", # copy fork maintainer diff --git a/README.md b/README.md index 6a18704..5949bc0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ copy --version ### Pre-built Binaries -Prebuilt Linux binaries are attached to each [release](https://github.com/UnbreakableMJ/copy/releases). The current release is **v0.1.4**: +Prebuilt Linux binaries are attached to each [release](https://github.com/UnbreakableMJ/copy/releases). The current release is **v0.1.5**: | Target | Asset | |--------|-------| @@ -96,7 +96,7 @@ Prebuilt Linux binaries are attached to each [release](https://github.com/Unbrea ```bash # Example: x86_64 (glibc) -curl -fsSL https://github.com/UnbreakableMJ/copy/releases/download/v0.1.4/copy-linux-x86_64.tar.gz | tar xz +curl -fsSL https://github.com/UnbreakableMJ/copy/releases/download/v0.1.5/copy-linux-x86_64.tar.gz | tar xz ./copy --version ``` diff --git a/README_CRATES.md b/README_CRATES.md index b937889..2c24367 100644 --- a/README_CRATES.md +++ b/README_CRATES.md @@ -87,7 +87,7 @@ copy --version ### Pre-built Binaries -Prebuilt Linux binaries are attached to each [release](https://github.com/UnbreakableMJ/copy/releases). The current release is **v0.1.4**: +Prebuilt Linux binaries are attached to each [release](https://github.com/UnbreakableMJ/copy/releases). The current release is **v0.1.5**: | Target | Asset | |--------|-------| @@ -98,7 +98,7 @@ Prebuilt Linux binaries are attached to each [release](https://github.com/Unbrea ```bash # Example: x86_64 (glibc) -curl -fsSL https://github.com/UnbreakableMJ/copy/releases/download/v0.1.4/copy-linux-x86_64.tar.gz | tar xz +curl -fsSL https://github.com/UnbreakableMJ/copy/releases/download/v0.1.5/copy-linux-x86_64.tar.gz | tar xz ./copy --version ``` diff --git a/guix.scm b/guix.scm index 4e6afd4..c2eb998 100644 --- a/guix.scm +++ b/guix.scm @@ -31,7 +31,7 @@ (package (name "copy") - (version "0.1.4") ; keep in sync with Cargo.toml + (version "0.1.5") ; keep in sync with Cargo.toml (source (local-file "." "copy-checkout" #:recursive? #t ;; Only tracked files — drops target/, result, .git and diff --git a/nix/package.nix b/nix/package.nix index 853ed47..1d103e6 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -21,7 +21,7 @@ let in rustPlatform.buildRustPackage { pname = "copy"; - version = "0.1.4"; # keep in sync with Cargo.toml + version = "0.1.5"; # keep in sync with Cargo.toml inherit src; diff --git a/packaging/aur/.SRCINFO b/packaging/aur/.SRCINFO index f6ea896..d450b17 100644 --- a/packaging/aur/.SRCINFO +++ b/packaging/aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = copy pkgdesc = A modern, fast file copying tool - pkgver = 0.1.4 + pkgver = 0.1.5 pkgrel = 1 url = https://github.com/UnbreakableMJ/copy arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = copy license = MIT makedepends = cargo depends = gcc-libs - source = copy-0.1.4.tar.gz::https://github.com/UnbreakableMJ/copy/archive/refs/tags/v0.1.4.tar.gz - sha256sums = 2408b701416e44d99d0ec53e9873e1ca3d8df293e8a5bfc03a89b5e92cd5441a + source = copy-0.1.5.tar.gz::https://github.com/UnbreakableMJ/copy/archive/refs/tags/v0.1.5.tar.gz + sha256sums = SKIP pkgname = copy diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index 9755731..a991179 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Mohamed Hammad pkgname=copy -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="A modern, fast file copying tool" arch=('x86_64' 'aarch64') @@ -9,7 +9,8 @@ license=('MIT') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('2408b701416e44d99d0ec53e9873e1ca3d8df293e8a5bfc03a89b5e92cd5441a') +# Filled in via `updpkgsums` once the v0.1.5 tag/tarball is published. +sha256sums=('SKIP') prepare() { cd "$pkgname-$pkgver"