Releases: ic-designer/fnal-asic-compute
Releases · ic-designer/fnal-asic-compute
release-0.3.0
[0.3.0] - 2024-01-09
Added
- Initial documentation for this repo added to README.md.
Changed
- MacOS prompt now provides either a tag or a hash when the repo has a detached head.
- Removed the version string from the install directories to simplify uninstall
Fixed
- Corrected issus where kerberos username must match the local username.
What's Changed
- bug/seperate local and kerberos usernames not supported by @jfredenburg in #5
- Bug/version numbers broken on downloaded releases by @jfredenburg in #6
Full Changelog: 0.2.1...0.3.0
release-0.2.1
[0.2.1] - 2024-01-08
Changed
- Updated the Makefiles to the use standard installation directory variables.
- Updated the Makefiles to the use the shared Boxbird utilities.
- Removed shared-recipes.mk from the repo.
- Removed the
pkg_override
andpkg_list
targets.
Fixed
- Corrected issue with GitHub workflow where make target were not properly ran by calling each
make target as a seperate command.
Full Changelog: 0.2.0...0.2.1
release-0.2.0
[0.2.0] - 2024-01-06
Added
- Created special files CHANGELOG.md, LICENSE, README.md, and TODO.md
- Automated testing for both Linux and MacOS using GitHub workflows.
Changed
- Installation and testing managed through Makefiles instead of custom bash scripts.
- Repository has been moved to the
ic-designer
organization to keep with dependencies. - MacOS scripts for
vnctools
now provided by thebash-vnctools
repo
Full Changelog: 0.1.0...0.2.0