From 3d2c8808f961c4a880afc6a670538276bc03aa46 Mon Sep 17 00:00:00 2001 From: mopemope Date: Tue, 22 Jan 2019 07:37:09 +0900 Subject: [PATCH 1/2] Bump up --- meghanada.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meghanada.el b/meghanada.el index b0d111c..bd8a0c1 100644 --- a/meghanada.el +++ b/meghanada.el @@ -6,7 +6,7 @@ ;; Author: Yutaka Matsubara (yutaka.matsubara@gmail.com) ;; Homepage: https://github.com/mopemope/meghanada-emacs ;; Keywords: languages java -;; Package-Version: 1.0.11 +;; Package-Version: 1.0.12 ;; Package-Requires: ((emacs "24.3") (yasnippet "0.6.1") (company "0.9.0") (flycheck "0.23")) ;; This program is free software; you can redistribute it and/or modify @@ -48,7 +48,7 @@ ;; Const ;; -(defconst meghanada-version "1.0.11") +(defconst meghanada-version "1.0.12") (defconst meghanada-setup-version "0.0.2") (defconst meghanada--eot "\n;;EOT\n") (defconst meghanada--junit-buf-name "*meghanada-junit*") From ef9547f192eab6ae64b857b8d27cb9a7d84c8a5e Mon Sep 17 00:00:00 2001 From: mopemope Date: Tue, 22 Jan 2019 22:34:17 +0900 Subject: [PATCH 2/2] Update --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 5a2e219..73bf8cd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 1.0.12 (2019-01-22) + +* Support Java 11. +* Fix some bugs and improve stability. + # Version 1.0.11 (2019-01-09) * Improve completion order.