~fitzsim/ulisp-repl

54f56604e95129a2734f043954163c8620fb864c — Thomas Fitzsimmons 1 year, 4 months ago 3a7d133
Bump version to 1.0.2

* ulisp-repl.el: Bump version to 1.0.2.
* NEWS: Document updates.
2 files changed, 7 insertions(+), 1 deletions(-)

M NEWS
M ulisp-repl.el
M NEWS => NEWS +6 -0
@@ 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:

M ulisp-repl.el => ulisp-repl.el +1 -1
@@ 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