Releases: JuliaRegistries/CompatHelper.jl
Releases · JuliaRegistries/CompatHelper.jl
v3.0.2
CompatHelper v3.0.2
v3.0.1
CompatHelper v3.0.1
Merged pull requests:
- Fixed formatting for gitlab example (#368) (@fchorney)
- Added debug statements for open/filtered PRs (#370) (@mattBrzezinski)
v3.0.0
CompatHelper v3.0.0
Closed issues:
- Opt-in feature: bump patch component of version number (#132)
- Feature request: support packages hosted on GitLab (#243)
- Add Aqua.jl to the test suite? (#307)
- Reminder: periodically merge
master
intov3-dev
(#324) - Some documentation on
dep_to_current_compat_entry_verbatim
,dep_to_current_compat_entry
,deps_with_missing_compat_entry
, anddep_to_latest_version
(#333) - Spurious version bump PR opened when pkg server runs behind (#341)
- CompatHelper keeps suggesting previous versions of 0.x format (#346)
Merged pull requests:
- Get latest version from registries (#323) (@mattBrzezinski)
- 🤖 Automatically format the source code files (#334) (@github-actions[bot])
- [v3-dev] Some style tweaks: replace
using Foo
withusing Foo: Foo
, etc. (#335) (@DilumAluthge) - [v3-dev] Bors: require the Codecov checks (#336) (@DilumAluthge)
- Use the
CODECOV_TOKEN
when submitting to Codecov (#337) (@DilumAluthge) - Merge the
dpa/master
branch into thev3-dev
branch (#338) (@DilumAluthge) - NewVersions utility functions (#339) (@mattBrzezinski)
- Rewrite main function for new_versions (#340) (@fchorney)
- 🤖 Automatically format the source code files (#342) (@github-actions[bot])
- Add main function and tests (#343) (@fchorney)
- 🤖 Automatically format the source code files (#344) (@github-actions[bot])
- Add Full GitLab Support (#349) (@fchorney)
- GitHub Integration Tests (#350) (@mattBrzezinski)
- 🤖 Automatically format the source code files (#351) (@github-actions[bot])
- 🤖 Automatically format the source code files (#352) (@github-actions[bot])
- WIP: Generic Integration tests, added GitLab support (#353) (@mattBrzezinski)
- 🤖 Automatically format the source code files (#354) (@github-actions[bot])
- Refactored API Hostname and Clone Hostname into CIService struct (#355) (@mattBrzezinski)
- Minor cleanup, whitespace, moving functions around,etc (#356) (@mattBrzezinski)
- Bump Version of Package (#358) (@fchorney)
- Added documentation (#359) (@mattBrzezinski)
- Main Returns the PRs that it creates (#360) (@fchorney)
- CompatHelper version 3: major rewrite and overhaul of the entire package (i.e. merge the
v3-dev
branch into themaster
branch) (#361) (@DilumAluthge) - Sleep Integration Tests to prevent secondary rate limits being hit (#362) (@mattBrzezinski)
- create_pull_request should use id for GitLab (#363) (@fchorney)
- Bug-fix for bump_package_version! when Project version is undefined (#365) (@st--)
- 🤖 Automatically format the source code files (#366) (@github-actions[bot])
v2.1.1
CompatHelper v2.1.1
Closed issues:
- [FR] Don't reopen closed PRs (#257)
- CompatHelper opens PRs though it opened the same one the day before (#261)
- Restore test that the major version in the workflow file matches the major version in the Project.toml file (#304)
- TODO: add BlueStyle badge to the README on the
v3-dev
branch (#312)
Merged pull requests:
- Clean slate for V3 (#303) (@mattBrzezinski)
- Implement fetching PullRequests (#305) (@mattBrzezinski)
- README: remove the Bors badge, and put all other badges into a single table (#306) (@DilumAluthge)
- Add CI checks to make sure that there are no merge conflicts between
v3-dev
andmaster
(#308) (@DilumAluthge) - Merge
master
intov3-dev
(#309) (@DilumAluthge) - Added PullRequest and utility functions (#310) (@mattBrzezinski)
- Project Dependencies (#311) (@mattBrzezinski)
- Set up a GitHub Actions workflow to automatically format the code with Blue Style and make PRs to fix formatting (#313) (@DilumAluthge)
- 🤖 Automatically format the source code files (#320) (@github-actions[bot])
- Add the BlueStyle badge to the README (#321) (@DilumAluthge)
- README: fix some whitespace (#322) (@DilumAluthge)
- Test suite: make sure that the text
version =
does not appear multiple times in the YAML workflow file (#326) (@DilumAluthge) - Test suite: small tweak to a Regex test (#327) (@DilumAluthge)
v2.1.0
CompatHelper v2.1.0
v2.0.6
v2.0.5
CompatHelper v2.0.5
v2.0.4
CompatHelper v2.0.4
v2.0.3
CompatHelper v2.0.3
Merged pull requests:
- If a private key is provided, always check it (even if we don't open any new PRs) (#292) (@DilumAluthge)