Skip to content

Commit

Permalink
Merge pull request #695 from dtrudg/398-markdown
Browse files Browse the repository at this point in the history
doc: Markdown changes for release 3.9.8
  • Loading branch information
dtrudg authored Apr 7, 2022
2 parents e47f136 + 10ee0aa commit f8f8f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
in the next minor release (3.10.x). Users utilizing plugins with
SingularityCE 3.9.x should use version 1.17.x of the Go toolchain.

## Changes Since Last Release
## v3.9.8 \[2022-04-07\]

### Bug fixes

- Do not truncate environment variables with commas
- Do not truncate environment variables with commas.
- Fix error when pushing to host-less `library://` URIs.

## v3.9.7 \[2022-03-23\]

Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ cd singularity
By default your clone will be on the `master` 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.9.7 release checkout the `v3.9.7` tag:
compiling. E.g. to build the 3.9.8 release checkout the `v3.9.8` tag:

```sh
git checkout v3.9.7
git checkout v3.9.8
```

## Compiling SingularityCE
Expand Down

0 comments on commit f8f8f51

Please sign in to comment.