We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692376 commit f2d7557Copy full SHA for f2d7557
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.6.2 (2015-05-15)
4
+
5
+ * Use 'unless' instead of 'when not ='
6
+ * Don't rely on scoped variables
7
+ * Remove unused arguments in 'print-failed'
8
9
## 0.6.1 (2015-04-08)
10
11
* Suppress errors if the 'tput' command doesn't exist
module.l
@@ -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")
0 commit comments