Releases: Jimver/cuda-toolkit
Releases · Jimver/cuda-toolkit
v0.2.8
What's Changed
- Various dependency bumps
- Add @actions/cache support by @Jimver in #92
- Update version to v0.2.8 by @Jimver in #93
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Bumped a lot of dependencies.
What's Changed
- Add windows-2022 to the OS matrix by @Jimver in #34
- Create dependabot.yml by @Jimver in #35
- Bump typescript from 4.5.2 to 4.6.4 by @dependabot in #36
- Bump @actions/glob from 0.2.0 to 0.3.0 by @dependabot in #37
- Bump eslint-plugin-jest from 25.3.0 to 26.1.5 by @dependabot in #38
- Bump @actions/core from 1.6.0 to 1.8.1 by @dependabot in #39
- Update all dependencies and package-lock.json by @Jimver in #42
- Add check dist workflow by @Jimver in #44
- Update dist dir by @Jimver in #46
- Add github actions to dependabot by @Jimver in #43
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #47
- Bump actions/checkout from 2 to 3 by @dependabot in #48
- Bump actions/cache from 2 to 3 by @dependabot in #49
- Add CodeQL GitHub workflow by @Jimver in #45
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v0.2.6...v0.2.7
v0.2.6
- Use the new apt signing key (#27) which fixes failing linux builds, credits to @mmp and @jandom for the discovery and hints to the solution
- Add new CUDA versions:
- 11.7.0
- 11.6.2
- 11.6.1
- 11.6.0
- 11.5.2
What's Changed
- Fix GitHub CI OS matrix by @Jimver in #30
- Fix tests on other OS platforms by @Jimver in #28
- Add links to new CUDA versions by @Jimver in #31
- Change default CUDA version to 11.7.0 by @Jimver in #32
- Fix apt signing key logic on linux by @Jimver in #29
- Bump version to 0.2.6 by @Jimver in #33
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Changes
- Add new links for
11.5.0
, thanks to @mmp! - Add
11.5.1
- Added some missing links for older versions (several windows local links were missing)
- Default cuda version is now updated to
11.5.1
Behind the scenes
- More tests
- Update dependencies
- Fix lint errors from new github eslint rules
v0.2.4
Changes
- Add new links to version 11.4
v0.2.3
- Added new links for
10.0
versions by @zingdle
v0.2.2
- Add new link for version 11.3.1 thanks to @anders-wind
- Fix for detecting CUDA with CMake #1, also thanks to @anders-wind
- Fix a small CI issue using old arguments
v0.2.1
- Fix action description to remove old note that network was not implemented on linux
- Fix README to use new version number in example and renamed old subPackages reference to sub-packages
v0.2.0
- Add apt install functionality (network method on Linux runners)
- Fix incorrect default sub packages values
- Documentation improvements
v0.1.0 First alpha release
- This is the initial alpha release of the
cuda-toolkit
action. - It is tested to work on
windows-2019
andubuntu-20.04
runners