[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ulisp-repl 54f56604e9 2/2: Bump version to 1.0.2
From: |
Thomas Fitzsimmons |
Subject: |
[elpa] externals/ulisp-repl 54f56604e9 2/2: Bump version to 1.0.2 |
Date: |
Fri, 2 Jun 2023 05:29:13 -0400 (EDT) |
branch: externals/ulisp-repl
commit 54f56604e95129a2734f043954163c8620fb864c
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Bump version to 1.0.2
* ulisp-repl.el: Bump version to 1.0.2.
* NEWS: Document updates.
---
NEWS | 6 ++++++
ulisp-repl.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index bd15d3422e..f1fccdb3c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
GNU Emacs ulisp-repl NEWS -- history of user-visible changes.
+* New in ulisp-repl 1.0.2
+
+Released 2023-06-02:
+
+** Remove dependency on paredit. But use it if it is installed.
+
* New in ulisp-repl 1.0.1
Released 2023-06-01:
diff --git a/ulisp-repl.el b/ulisp-repl.el
index b4f09c8a86..210662ea5f 100644
--- a/ulisp-repl.el
+++ b/ulisp-repl.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2023 Free Software Foundation, Inc.
;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
-;; Version: 1.0.1
+;; Version: 1.0.2
;; Package-Requires: ((emacs "26.1"))
;; This program is free software; you can redistribute it and/or modify