From c7dd231397dbb03db184aa9351e819f279fcd639 Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Fri, 13 Sep 2024 15:56:36 +0100 Subject: [PATCH] chore: prep 4.2.1 release --- CHANGELOG.md | 2 +- INSTALL.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6025031a55..1754e8e84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Changes Since Last Release +## 4.2.1 \[2024-09-13\] ### Bug Fixes diff --git a/INSTALL.md b/INSTALL.md index 40db552ec1..c24fc90286 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -201,11 +201,11 @@ cd singularity By default your clone will be on the `main` branch which is where development of SingularityCE happens. To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before -compiling. E.g. to build the 4.2.0 release, checkout the -`v4.2.0` tag: +compiling. E.g. to build the 4.2.1 release, checkout the +`v4.2.1` tag: ```sh -git checkout --recurse-submodules v4.2.0 +git checkout --recurse-submodules v4.2.1 ``` ## Compiling SingularityCE @@ -295,7 +295,7 @@ build and install the RPM like this: ```sh -export VERSION=4.2.0 # this is the singularity version, change as you need +export VERSION=4.2.1 # this is the singularity version, change as you need # Fetch the source wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz