branch: elpa/flycheck
commit ebddfd89b1eea91b8590f542908672569942fb82
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Release 36.0
---
CHANGES.rst | 8 ++++++++
Eask | 4 ++--
flycheck.el | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index eb3c1514a5..4ca378b231 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,9 @@
``master`` (unreleased)
======================
+36.0 (2026-02-19)
+======================
+
------------
New Features
------------
@@ -89,6 +92,9 @@ Bugs fixed
``string``).
- Guard ``buffer-file-name`` against nil in ``yaml-actionlint`` predicate,
``erlang`` enabled check, and ``flycheck-rebar3-project-root``.
+- Fix ``python-pycompile`` to verify ``python3`` actually works instead of
+ just checking it exists.
+- Fix proselint version detection breaking checker validation.
-------
Removed
@@ -142,6 +148,8 @@ Changes
- Use ``seq-mapcat`` instead of ``(apply #'append (seq-map ...))``.
- Minor code style improvements: ``when (not ...)`` → ``unless``,
``reverse`` → ``nreverse`` for locally-built lists.
+- [#2152]: Point package ``URL`` header to GitHub repository instead of
+ the website.
35.0 (2025-04-23)
======================
diff --git a/Eask b/Eask
index 00839d65cd..6af5998489 100644
--- a/Eask
+++ b/Eask
@@ -1,10 +1,10 @@
;; -*- mode: eask; lexical-binding: t -*-
(package "flycheck"
- "35.0"
+ "36.0"
"On-the-fly syntax checking")
-(website-url "https://www.flycheck.org")
+(website-url "https://github.com/flycheck/flycheck")
(keywords "convenience" "languages" "tools")
(package-file "flycheck.el")
diff --git a/flycheck.el b/flycheck.el
index 3e667763db..177e060754 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: 35.0
+;; Version: 36.0
;; Package-Requires: ((emacs "27.1") (seq "2.24"))
;; This file is not part of GNU Emacs.