branch: elpa/flycheck
commit 6e43c07e83406cdd3f75952ee988d61d7573ec11
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Release Flycheck 35
---
 CHANGES.rst | 7 +++++--
 Eask        | 2 +-
 flycheck.el | 4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index f64acefd32..a72ecb0ee5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,9 @@
 ``master`` (unreleased)
 ======================
 
+35.0 (2025-04-23)
+======================
+
 ------------
 New Features
 ------------
@@ -18,13 +21,13 @@ New Features
   customize how error messages are to be cleared.
 - [#2075]: Add the ``flycheck-chktex-extra-flags`` option to the 
``tex-chktex`` checker.
 - [#2107]: Add ``-Xcompiler`` option for ``cuda-nvcc``.
-- Add support for ``markdownlint-cli2`` checker.
+- Add new ``markdownlint-cli2`` checker.
 
 -----------
 Bugs fixed
 -----------
 
-- [#2057]: Revert the extraction of ``flycheck-version`` with ``lm-version``.
+- [#2057]: Revert the replacement of ``flycheck-version`` with ``lm-version``.
 - [#1972]: Refine flycheck-display-errors lifecycle so error messages can be 
cleared.
 - [#2067]: Handle correctly GHC 9.6 error output format.
 - [#2079]: Fix ruff ``error-patterns`` and ``error-filter``.
diff --git a/Eask b/Eask
index 12987756e4..483a495c68 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
 (package "flycheck"
-         "34.1"
+         "35.0"
          "On-the-fly syntax checking")
 
 (website-url "https://www.flycheck.org";)
diff --git a/flycheck.el b/flycheck.el
index 35976ec811..2fb3809478 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10,7 +10,7 @@
 ;;             Bozhidar Batsov <bozhi...@batsov.dev>
 ;; URL: https://www.flycheck.org
 ;; Keywords: convenience, languages, tools
-;; Version: 35.0-snapshot
+;; Version: 35.0
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is not part of GNU Emacs.
@@ -1275,7 +1275,7 @@ Only has effect when variable `global-flycheck-mode' is 
non-nil."
 
 
 
-(defconst flycheck-version "35.0-snapshot"
+(defconst flycheck-version "35.0"
   "The current version of Flycheck.
 
 Should be kept in sync with the package version metadata.

Reply via email to