Skip to content

Commit

Permalink
update documents for patch release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredenburg committed Jan 30, 2024
1 parent bdc2ee6 commit 0ccd5ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
```

## [0.7.2] - 2024-01-18
### Changed
- Updated the vnctools version number to 0.3.4


## [0.7.1] - 2024-01-18
### Changed
- Updated the vnctools version number to 0.3.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ supported configurations include the following:
The user configuration files can installed using the code snippet below.

```bash
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.7.0.tar.gz | tar xz
make -C fnal-asic-compute-0.7.0 install
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.7.2.tar.gz | tar xz
make -C fnal-asic-compute-0.7.2 install
```

The Makefile will use information about the operating system to determine which configuration to
Expand Down

0 comments on commit 0ccd5ff

Please sign in to comment.