branch: elpa/flycheck
commit af6b60fd544c29f68c731d709a066317b8ed0628
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Release 37.0
---
CHANGES.rst | 4 ++++
Eask | 2 +-
flycheck.el | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index 004184804f..1d44f03ec6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,10 @@
``master`` (unreleased)
=======================
+
+37.0 (2026-07-18)
+=================
+
- Drop support for Emacs 27; Flycheck now requires Emacs 28.1 or newer.
- The ``dockerfile-hadolint`` checker now parses hadolint's SARIF output
(``--format sarif``) via ``flycheck-parse-sarif`` instead of matching
diff --git a/Eask b/Eask
index b4b81d1fcc..0c3c832750 100644
--- a/Eask
+++ b/Eask
@@ -1,7 +1,7 @@
;; -*- mode: eask; lexical-binding: t -*-
(package "flycheck"
- "36.0"
+ "37.0"
"On-the-fly syntax checking")
(website-url "https://github.com/flycheck/flycheck")
diff --git a/flycheck.el b/flycheck.el
index bb18828a4a..9ed8e5f617 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10,7 +10,7 @@
;; Bozhidar Batsov <[email protected]>
;; URL: https://github.com/flycheck/flycheck
;; Keywords: convenience, languages, tools
-;; Version: 36.0
+;; Version: 37.0
;; Package-Requires: ((emacs "28.1") (seq "2.24"))
;; This file is not part of GNU Emacs.
@@ -1440,7 +1440,7 @@ Only has effect when variable `global-flycheck-mode' is
non-nil."
-(defconst flycheck-version "36.0"
+(defconst flycheck-version "37.0"
"The current version of Flycheck.
Should be kept in sync with the package version metadata.