Skip to content

Commit 986f60c

Browse files
authored
CompatHelper v3 (#43)
* Bump CompatHelper to v3 * news
1 parent 2b67ab4 commit 986f60c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
import Pkg
1313
name = "CompatHelper"
1414
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
15-
version = "2"
15+
version = "3"
1616
Pkg.add(; name, uuid, version)
1717
shell: julia --color=yes {0}
1818
- name: "Run CompatHelper"

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.6] - unreleased
9+
10+
### Changed
11+
12+
* `CompatHelper` bumped to v3.
13+
814
## [0.2.5] - 2025-10-18
915

1016
### Added

0 commit comments

Comments
 (0)