Skip to content

Commit

Permalink
document update for 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredenburg committed Feb 10, 2024
1 parent 74a5038 commit 6c7fefb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
```

## [Unreleased] - YYYY-MM-DD
### Added
## [0.7.3] - 2024-02-10
### Changed
### Deprecated
- Updated vnctools version 0.3.4 -> 0.4.0
### Fixed
- Moved vnctools clone command out of `hooks.mk` and into `deps.mk`
### Security


## [0.7.2] - 2024-01-18
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.2.tar.gz | tar xz
make -C fnal-asic-compute-0.7.2 install
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.7.3.tar.gz | tar xz
make -C fnal-asic-compute-0.7.3 install
```

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

0 comments on commit 6c7fefb

Please sign in to comment.