Skip to content

Commit

Permalink
Production release - v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Jun 9, 2015
1 parent f2d7557 commit 50b5ee7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ='
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion module.l
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 50b5ee7

Please sign in to comment.