Releases: julia-actions/julia-invalidations
Releases · julia-actions/julia-invalidations
v1.1
What's Changed
- Add warning about blaming the victim by @timholy in #34
- Work around bad string comparison by @IanButterworth in #35
- Add the
package_name
input by @DilumAluthge in #28 - Allow limiting the number of reported invalidations by @fingolfin in #14
Maintenance
- Set up Dependabot by @DilumAluthge in #30
- Specify UUIDs when installing packages by @DilumAluthge in #26
- Add some CI to this repo by @DilumAluthge in #24
- Avoid bare
using Foo
by @DilumAluthge in #23 - Bump to SnoopCompile v3
by @timholy in #33 - README.md: update actions used by example action file by @fingolfin in #32
- Bump actions/checkout from 3 to 4 by @dependabot in #31
- Fix CI typo by @IanButterworth in #36
New Contributors
- @timholy made their first contribution in #33
- @dependabot made their first contribution in #31
- @IanButterworth made their first contribution in #36
Full Changelog: v1...v1.1
v1
Work around bad string comparison (#35)