diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486936..41ffcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles. -## Unreleased +## [0.10.0] ### Added diff --git a/Eask b/Eask index 00cc4b8..e50e303 100644 --- a/Eask +++ b/Eask @@ -1,7 +1,7 @@ ;; -*- mode: eask; lexical-binding: t -*- (package "phpstan" - "0.9.0" + "0.10.0" "Interface to PHPStan (PHP static analyzer)") (website-url "https://github.com/emacs-php/phpstan.el") diff --git a/Eask.27 b/Eask.27 index 6b31fff..bfdcc30 100644 --- a/Eask.27 +++ b/Eask.27 @@ -12,7 +12,7 @@ ;; rest in sync with `Eask', which is the source of truth. (package "phpstan" - "0.9.0" + "0.10.0" "Interface to PHPStan (PHP static analyzer)") (website-url "https://github.com/emacs-php/phpstan.el") diff --git a/flycheck-phpstan.el b/flycheck-phpstan.el index ee8094b..6f79653 100644 --- a/flycheck-phpstan.el +++ b/flycheck-phpstan.el @@ -4,10 +4,10 @@ ;; Author: USAMI Kenta ;; Created: 15 Mar 2018 -;; Version: 0.9.0 +;; Version: 0.10.0 ;; Keywords: tools, php ;; Homepage: https://github.com/emacs-php/phpstan.el -;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.9.0")) +;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.10.0")) ;; License: GPL-3.0-or-later ;; This program is free software; you can redistribute it and/or modify diff --git a/flymake-phpstan.el b/flymake-phpstan.el index ce5da89..0f7af49 100644 --- a/flymake-phpstan.el +++ b/flymake-phpstan.el @@ -4,10 +4,10 @@ ;; Author: USAMI Kenta ;; Created: 31 Mar 2020 -;; Version: 0.9.0 +;; Version: 0.10.0 ;; Keywords: tools, php ;; Homepage: https://github.com/emacs-php/phpstan.el -;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0")) +;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0")) ;; License: GPL-3.0-or-later ;; This program is free software; you can redistribute it and/or modify diff --git a/phpstan-hover.el b/phpstan-hover.el index 71dd6c0..f5015de 100644 --- a/phpstan-hover.el +++ b/phpstan-hover.el @@ -4,9 +4,10 @@ ;; Author: USAMI Kenta ;; Created: 16 Feb 2026 +;; Version: 0.10.0 ;; Keywords: tools, php ;; Homepage: https://github.com/emacs-php/phpstan.el -;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0")) +;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0")) ;; License: GPL-3.0-or-later ;;; Commentary: diff --git a/phpstan.el b/phpstan.el index 8d283a8..15b8736 100644 --- a/phpstan.el +++ b/phpstan.el @@ -4,7 +4,7 @@ ;; Author: USAMI Kenta ;; Created: 15 Mar 2018 -;; Version: 0.9.0 +;; Version: 0.10.0 ;; Keywords: tools, php ;; Homepage: https://github.com/emacs-php/phpstan.el ;; Package-Requires: ((emacs "27.1") (compat "30") (php-mode "1.22.3") (php-runtime "0.2"))