Releases: JuliaRegistries/CompatHelper.jl
Releases · JuliaRegistries/CompatHelper.jl
v3.12.0
CompatHelper v3.12.0
Merged pull requests:
- Disable the GitLab integration tests (but keep the GitHub integration tests) (#509) (@DilumAluthge)
Closed issues:
- How to run the unit tests on CompatHelper PRs? (#496)
v3.11.0
CompatHelper v3.11.0
Merged pull requests:
- Open PRs for compat entries to weak dependencies (#458) (@sethaxen)
- CI: Use Dependabot to automatically update GitHub Actions (#465) (@DilumAluthge)
- Bump codecov/codecov-action from 1 to 3 (#466) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#467) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#468) (@dependabot[bot])
- Bump peter-evans/create-pull-request from 3.10.0 to 5.0.2 (#469) (@dependabot[bot])
- CI: run the unit tests on all PRs (not just PRs that target the master branch) (#470) (@DilumAluthge)
- CI: Increase the Bors timeout (#471) (@DilumAluthge)
- CI: disable the
workflow_dispatch
trigger for the JuliaFormatter action (#472) (@DilumAluthge) - 🤖 Automatically format the source code files (#473) (@github-actions[bot])
- CI: migrate from Bors to GitHub Merge Queue; also, refactor some code, and add some more unit tests (#477) (@DilumAluthge)
- CompatHelper's own Project.toml: add compat entries for our own test deps (#478) (@DilumAluthge)
- Mark the integration tests as "skipped" on PR builds (#479) (@DilumAluthge)
- add codecov threshold (#480) (@ericphanson)
- Refactor some code, and increase the unit test code coverage for
src/main.jl
(#481) (@DilumAluthge) - Revert the changes to
codecov.yml
(#482) (@DilumAluthge) - Lower Codecov threshold to 99% because of GitHub Merge Queue limitations (#484) (@DilumAluthge)
- Bump peter-evans/create-pull-request from 5.0.2 to 6.0.1 (#488) (@dependabot[bot])
Closed issues:
- Feature request: open PRs to update compat entries for weak dependencies (
[weakdeps]
) (#452)
v3.10.0
CompatHelper v3.10.0
v3.9.0
CompatHelper v3.9.0
v3.8.0
CompatHelper v3.8.0
Merged pull requests:
- Only clone once, not once per subdir (#443) (@ericphanson)
- Fix Documenter to 0.27 (#453) (@lgoettgens)
- Stop ignoring stdlibs (#457) (@DilumAluthge)
- Update some tests (#459) (@DilumAluthge)
- Bump the version number from 3.7.0 to 3.8.0 (#460) (@DilumAluthge)
Closed issues:
v3.7.0
CompatHelper v3.7.0
Closed issues:
- Don't bump compat for equality specifiers (#444)
- Pleqase, only one PR to add/update all compat entries (#448)
Merged pull requests:
- Use the
RegistryInstances
API inget_latest_version!
andget_existing_registries!
(#449) (@andreasnoack)
v3.6.0
CompatHelper v3.6.0
Merged pull requests:
v3.5.0
CompatHelper v3.5.0
Closed issues:
v3.4.0
CompatHelper v3.4.0
Merged pull requests:
- GitHub Actions: on self-hosted runners, we need to check if Julia is available in the
PATH
, and install it if needed (#429) (@DilumAluthge) - GitHub Actions: for now, comment out the
${{ runner.arch }}
line (#430) (@DilumAluthge) - CI: Use concurrency groups to make sure that only one integration test job is running at a time (#433) (@DilumAluthge)
- GitHub Actions: uncomment the
${{ runner.arch }}
line (#434) (@DilumAluthge)
v3.3.0
CompatHelper v3.3.0
Merged pull requests:
- Bump version from "3.2.0" to "3.3.0-DEV" (#422) (@DilumAluthge)
- Change
options.subdirs |> only
toonly(options.subdirs)
(#423) (@DilumAluthge) - 🤖 Automatically format the source code files (#426) (@github-actions[bot])