diff --git a/.travis.yml b/.travis.yml index 6a8a5ed..ce8801c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false cache: apt before_script: - - wget http://software-lab.de/picoLisp-3.1.9.tgz -O /tmp/picolisp.tgz + - wget http://software-lab.de/picoLisp.tgz -O /tmp/picolisp.tgz - cd /tmp; tar -xf /tmp/picolisp.tgz - cd /tmp/picoLisp/src64 && make diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f939a5..6ae1252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0 (2015-06-09) + + * Production release + ## 0.6.2 (2015-05-15) * Use 'unless' instead of 'when not =' diff --git a/README.md b/README.md index e75d46f..7154570 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ pil + # Testing -This library has its own set of tests. You can use those as examples as well. To run them type: +This testing library has its own set of tests (hehe). You can use those as examples as well. To run them type: ./test.l diff --git a/module.l b/module.l index ab24853..2cb500b 100644 --- a/module.l +++ b/module.l @@ -1,6 +1,6 @@ [de MODULE_INFO ("name" "unit") - ("version" "0.6.2") + ("version" "1.0.0") ("summary" "Unit Testing framework for PicoLisp") ("source" "https://github.com/aw/picolisp-unit.git") ("author" "Alexander Williams")