Skip to content

Commit

Permalink
Release 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotavora committed Mar 30, 2015
1 parent 12d546e commit 967f5bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SLY 1.0.0-beta (estimated February 2014)
SLY 1.0.0-beta (March 2014)
----------------------------------------

### mREPL enhancements
Expand All @@ -16,11 +16,16 @@ and add the history input at point.

Replace deprecated `sly-cycle-connections` and provide more feedback.

### On par with SLIME 2.11
### On par with SLIME 2.13

Where applicable, SLY tracks bugfixes and improvements contributed to
SLIME:

- Experimental CLASP support (see `slynk/backend/clasp.lisp`).

- Fix a source-path-parsing bug. A problem raised and solved by Gabor
Mélis in http://permalink.gmane.org/gmane.lisp.slime.devel/11543.

- Hot updating via MELPA on won't cause SLYNK/SLY version mismatch

SLIME issue [125](https://github.com/slime/slime/issues/125)
Expand Down
2 changes: 1 addition & 1 deletion doc/sly.texi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@end direntry
@c %**end of header

@set SLYVER 1.0.0-alpha-3
@set SLYVER 1.0.0-beta
@set UPDATED @today{}
@set TITLE SLY User Manual
@settitle @value{TITLE}, version @value{SLYVER}
Expand Down
2 changes: 1 addition & 1 deletion sly.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; sly.el ---Sylvester the Cat's Common Lisp IDE -*-lexical-binding:t-*-

;; Version: 1.0.0-alpha-3
;; Version: 1.0.0-beta
;; URL: https://github.com/capitaomorte/sly
;; Package-Requires: ((emacs "24.3"))
;; Keywords: languages, lisp, sly
Expand Down

0 comments on commit 967f5bd

Please sign in to comment.