Skip to content

Commit

Permalink
v0.9.0 (BETA)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Mar 18, 2019
1 parent acb44aa commit 63af2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Rove is a unit testing framework for Common Lisp applications. This is intended

## Warning

This software is still ALPHA quality. The APIs will be likely to change.
This software is still BETA quality. The APIs will be likely to change.

## Differences from Prove

* Supports ASDF's package-inferred-system
* Supports ASDF package-inferred-system
* Fewer dependencies (Only depends on Trivial-Gray-Streams and UIOP)
* Reports details of failure tests
* Thread-support
Expand Down
4 changes: 2 additions & 2 deletions rove.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem "rove"
:class :package-inferred-system
:version "0.1.0"
:version "0.9.0"
:author "Eitaro Fukamachi"
:license "BSD 3-Clause"
:depends-on ("rove/main")
:description "Small testing framework")
:description "Yet another testing framework intended to be a successor of Prove")

0 comments on commit 63af2bc

Please sign in to comment.