Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
Differences from 0.3.1 -> 0.3.2:

- `with-stub!` now produces more useful errors when attempting to stub
  function with no `:arglists` in their metadata. (#43)
- Updates to the README (#40, #42)
  • Loading branch information
conormcd committed Oct 29, 2018
1 parent 1314104 commit bc47605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject circleci/bond "0.3.1"
(defproject circleci/bond "0.3.2"
:description "Spying library for testing"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 comments on commit bc47605

Please sign in to comment.