Skip to content

Commit 50b5ee7

Browse files
committed
Production release - v1.0.0
1 parent f2d7557 commit 50b5ee7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
cache: apt
44

55
before_script:
6-
- wget http://software-lab.de/picoLisp-3.1.9.tgz -O /tmp/picolisp.tgz
6+
- wget http://software-lab.de/picoLisp.tgz -O /tmp/picolisp.tgz
77
- cd /tmp; tar -xf /tmp/picolisp.tgz
88
- cd /tmp/picoLisp/src64 && make
99

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0 (2015-06-09)
4+
5+
* Production release
6+
37
## 0.6.2 (2015-05-15)
48

59
* Use 'unless' instead of 'when not ='

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pil +
188188

189189
# Testing
190190

191-
This library has its own set of tests. You can use those as examples as well. To run them type:
191+
This testing library has its own set of tests (hehe). You can use those as examples as well. To run them type:
192192

193193
./test.l
194194

module.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de MODULE_INFO
22
("name" "unit")
3-
("version" "0.6.2")
3+
("version" "1.0.0")
44
("summary" "Unit Testing framework for PicoLisp")
55
("source" "https://github.com/aw/picolisp-unit.git")
66
("author" "Alexander Williams")

0 commit comments

Comments
 (0)