Skip to content

Commit

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

## [0.3.1] - 2023-01-10
### Added
- Added an installation successful message to the `install` target.
- The Makefile variable `WORKDIR_ROOT` can now be overidden on the command line.
### Changed
- Build dependencies are now populated under `$(WORKDIR_ROOT)/deps/`.
- Build artifacts are now populated under `$(WORKDIR_ROOT)/build/`.
- Test artifacts are now populated under`$(WORKDIR_ROOT)/test/`.
### Fixed
- Running target `check` and `test`, now try to test the dependencies as well


## [0.3.0] - 2024-01-09
### Added
- Initial documentation for this repo added to README.md.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The Linux server configuration provides the following user configuation files:
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.3.0.tar.gz | tar xz
make -C fnal-asic-compute-0.3.0 install
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.3.1.tar.gz | tar xz
make -C fnal-asic-compute-0.3.1 install
```

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

0 comments on commit fbde717

Please sign in to comment.