diff --git a/CHANGELOG.md b/CHANGELOG.md index e67e904351..60bcda202c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Changes Since Last Release +## 3.10.1 \[2022-07-18\] ### New features / functionalities @@ -137,7 +137,7 @@ environment processing. Fixes regression in v3.9.2. - Remove subshell overhead when processing large environments on container startup. - + ## v3.9.4 \[2022-01-19\] ### Bug fixes diff --git a/INSTALL.md b/INSTALL.md index 89f12921fe..a03d8aaecf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -114,11 +114,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 3.10.0 release candidate checkout the -`v3.10.0` tag: +compiling. E.g. to build the 3.10.1 release checkout the +`v3.10.1` tag: ```sh -git checkout --recurse-submodules v3.10.0 +git checkout --recurse-submodules v3.10.1 ``` ## Compiling SingularityCE @@ -169,7 +169,7 @@ build and install the RPM like this: ```sh -export VERSION=3.10.0 # this is the singularity version, change as you need +export VERSION=3.10.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