Skip to content

Commit 4824860

Browse files
authored
Merge pull request #4200 from dtrudg/prepare-4.5.0
chore: prep 4.5.0 release
2 parents 830c485 + bca0272 commit 4824860

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SingularityCE Changelog
22

3-
## Unreleased
3+
## 4.5.0 \[2026-06-25\]
44

55
SingularityCE 4.5.0 contains mostly internal code changes and defense-in-depth
66
hardening. The majority of the changes made since release 4.4.2 do not alter

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ git submodule update --init
228228
By default your clone will be on the `main` branch which is where development
229229
of SingularityCE happens. To build a specific version of SingularityCE, check
230230
out a [release tag](https://github.com/sylabs/singularity/tags) before
231-
compiling. E.g. to build the 4.4.2 release, checkout the
232-
`v4.4.2` tag:
231+
compiling. E.g. to build the 4.5.0 release, checkout the
232+
`v4.5.0` tag:
233233

234234
```sh
235-
git checkout --recurse-submodules v4.4.2
235+
git checkout --recurse-submodules v4.5.0
236236
```
237237

238238
## Compiling SingularityCE

0 commit comments

Comments
 (0)