Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Jul 2, 2020
1 parent 1fd288d commit 9aa312b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.2.7
2018-05-08
2020-07-02
Added support for name-readtables.
Now interpol syntax can be activated using: (named-readtables:in-readtable :interpol-syntax).
This way integration with SLIME and SLY is possible.
Expand Down
2 changes: 1 addition & 1 deletion cl-interpol.asd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(in-package :cl-interpol-asd)

(defsystem :cl-interpol
:version "0.2.6"
:version "0.2.7"
:serial t
:depends-on (:cl-unicode
:named-readtables)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>CL-INTERPOL - String interpolation for Common Lisp</h2>

CL-INTERPOL together with this documentation can be downloaded from <a
href="https://github.com/edicl/cl-interpol/archive/master.zip">Github</a>. The
current version is 0.2.6.
current version is 0.2.7.
<p>
CL-INTERPOL comes with a system definition for <a
href="http://www.cliki.net/asdf">ASDF</a> so you can install the library with
Expand Down

0 comments on commit 9aa312b

Please sign in to comment.