Skip to content

Commit 5e72c6b

Browse files
committed
Release 0.10.0
Bump every package to 0.10.0 and close the changelog's Unreleased section. `phpstan', `flycheck-phpstan', `flymake-phpstan', and `phpstan-hover' are released together, and the sub-packages rely on this phpstan release -- the flycheck generic-checker rewrite and the flymake JSON parser both use phpstan.el internals introduced here -- so their `Package-Requires' now ask for `(phpstan "0.10.0")'. `phpstan-hover.el' gains a `Version' header to match the other files; it had none. 0.10.0 rather than 0.9.1 because this raises the Emacs floor to 27.1 (dropping 26), obsoletes `phpstan-flycheck-auto-set-executable', and adds Apple container support and `phpstan-hover-mode'. The obsolete declaration already named 0.10.0 as the version.
1 parent 47e2604 commit 5e72c6b

7 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
44

5-
## Unreleased
5+
## [0.10.0]
66

77
### Added
88

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- mode: eask; lexical-binding: t -*-
22

33
(package "phpstan"
4-
"0.9.0"
4+
"0.10.0"
55
"Interface to PHPStan (PHP static analyzer)")
66

77
(website-url "https://github.com/emacs-php/phpstan.el")

Eask.27

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; rest in sync with `Eask', which is the source of truth.
1313

1414
(package "phpstan"
15-
"0.9.0"
15+
"0.10.0"
1616
"Interface to PHPStan (PHP static analyzer)")
1717

1818
(website-url "https://github.com/emacs-php/phpstan.el")

flycheck-phpstan.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.9.0
7+
;; Version: 0.10.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.9.0"))
10+
;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.10.0"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

flymake-phpstan.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 31 Mar 2020
7-
;; Version: 0.9.0
7+
;; Version: 0.10.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0"))
10+
;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

phpstan-hover.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 16 Feb 2026
7+
;; Version: 0.10.0
78
;; Keywords: tools, php
89
;; Homepage: https://github.com/emacs-php/phpstan.el
9-
;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0"))
10+
;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0"))
1011
;; License: GPL-3.0-or-later
1112

1213
;;; Commentary:

phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.9.0
7+
;; Version: 0.10.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "27.1") (compat "30") (php-mode "1.22.3") (php-runtime "0.2"))

0 commit comments

Comments
 (0)