Bump version, update changelog
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 18 Jul 2020 12:34:21 -0400 |
parents |
c3d789c0d516
|
children |
c44027e04989
|
branches/tags |
v1.3.1 |
files |
cl-digraph.asd docs/05-changelog.markdown |
Changes
--- a/cl-digraph.asd Sat Jul 18 12:31:02 2020 -0400
+++ b/cl-digraph.asd Sat Jul 18 12:34:21 2020 -0400
@@ -4,7 +4,7 @@
:homepage "http://docs.stevelosh.com/cl-digraph/"
:license "MIT/X11"
- :version "1.3.0"
+ :version "1.3.1"
:depends-on ()
--- a/docs/05-changelog.markdown Sat Jul 18 12:31:02 2020 -0400
+++ b/docs/05-changelog.markdown Sat Jul 18 12:34:21 2020 -0400
@@ -5,6 +5,12 @@
[TOC]
+v1.3.1
+------
+
+[Fixed a bug](https://github.com/sjl/cl-digraph/pull/3) for recent SBCL versions
+when creating a digraph without a custom hash function.
+
v1.3.0
------