branch: externals/ulisp-repl
commit f4f30edf019de237729a6e599ced12699f125ff8
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>

    Bump version to 1.0.1
    
    * ulisp-repl.el: Bump version to 1.0.1.
    * NEWS: New file.
---
 NEWS          | 7 +++++++
 ulisp-repl.el | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000000..bd15d3422e
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,7 @@
+GNU Emacs ulisp-repl NEWS -- history of user-visible changes.
+
+* New in ulisp-repl 1.0.1
+
+Released 2023-06-01:
+
+** Autoload ulisp-repl
diff --git a/ulisp-repl.el b/ulisp-repl.el
index a909be620b..76b718fb47 100644
--- a/ulisp-repl.el
+++ b/ulisp-repl.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2023 Free Software Foundation, Inc.
 
 ;; Author: Thomas Fitzsimmons <[email protected]>
-;; Version: 1.0.0
+;; Version: 1.0.1
 ;; Package-Requires: ((emacs "26.1") (paredit "26"))
 
 ;; This program is free software; you can redistribute it and/or modify

Reply via email to