branch: elpa/julia-mode
commit 555106175a226993364d1290790fba564e7ebe7a
Author: Tamás K. Papp <[email protected]>
Commit: Tamás K. Papp <[email protected]>
version bump, add Emacs 30.1 to CI matrix
---
.github/workflows/CI.yml | 1 +
julia-mode.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 29c77638954..43ba2b78f7b 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -28,6 +28,7 @@ jobs:
- 29.2
- 29.3
- 29.4
+ - 30.1
ignore_warnings:
- true
# NOTE commented out because failure notifications are a distraction
diff --git a/julia-mode.el b/julia-mode.el
index 60f8bfa6498..0fc12c0ca19 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2009-2014 Julia contributors, 2015-2024 julia-mode.el
contributors
;; URL: https://github.com/JuliaEditorSupport/julia-emacs
-;; Version: 1.0.2
+;; Version: 1.1.0
;; Keywords: languages
;; Package-Requires: ((emacs "26.1"))