Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatiello committed Mar 18, 2018
1 parent 1ffd4d4 commit 151e556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project are documented in this file.

## 0.1.0 - 2018-03-??
## 0.1.0 - 2018-03-18
- Added function stubs.
- Added call verification.
- Added argument matchers.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mockfn "0.1.0-SNAPSHOT"
(defproject mockfn "0.1.0"
:description "A library for mocking Clojure functions."
:url "https://github.com/pmatiello/mockfn"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 151e556

Please sign in to comment.