diff --git a/CHANGELOG b/CHANGELOG index fd0a187..890203d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ # -*- mode: org -*- +* v2.0.1 2024-06-08 + +- Fixed an issue that prevented \"Compile-Log\" from being fontified + in Emacs 30. 4a951af + * v2.0.0 2024-03-21 At least Emacs 26.1 is required now. diff --git a/auto-compile.el b/auto-compile.el index 1ecb3f2..e713d67 100644 --- a/auto-compile.el +++ b/auto-compile.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/emacscollective/auto-compile ;; Keywords: compile convenience lisp -;; Package-Version: 2.0.0 +;; Package-Version: 2.0.1 ;; Package-Requires: ((emacs "26.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later