Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 57d3797

Browse files
committed
Update changelog and module.l
1 parent c57da24 commit 57d3797

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.24 (2014-04-14)
4+
5+
* Update to picolisp-unit v0.6.1
6+
* Run travis-ci tests in a docker container
7+
38
## 0.5.23 (2014-04-08)
49

510
* Split the 'make-socket' function to allow pooled connections

module.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de MODULE_INFO
22
("name" "nanomsg")
3-
("version" "0.5.23")
3+
("version" "0.5.24")
44
("summary" "Nanomsg ffi-binding for PicoLisp")
55
("source" "https://github.com/aw/picolisp-nanomsg.git")
66
("author" "Alexander Williams")
@@ -9,5 +9,5 @@
99
("install" "build.sh")
1010
("update" "update.sh")
1111
("requires"
12-
("picolisp-unit" "v0.6.0" "https://github.com/aw/picolisp-unit.git")
12+
("picolisp-unit" "v0.6.1" "https://github.com/aw/picolisp-unit.git")
1313
("nanomsg" "0.5-beta" "https://github.com/nanomsg/nanomsg.git") ]

0 commit comments

Comments
 (0)