Skip to content

Commit

Permalink
Bump version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed May 15, 2015
1 parent 3692376 commit f2d7557
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.2 (2015-05-15)

* Use 'unless' instead of 'when not ='
* Don't rely on scoped variables
* Remove unused arguments in 'print-failed'

## 0.6.1 (2015-04-08)

* Suppress errors if the 'tput' command doesn't exist
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.1")
("version" "0.6.2")
("summary" "Unit Testing framework for PicoLisp")
("source" "https://github.com/aw/picolisp-unit.git")
("author" "Alexander Williams")
Expand Down

0 comments on commit f2d7557

Please sign in to comment.