Skip to content

Commit

Permalink
bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
philomates committed Jan 4, 2024
1 parent 2406f0c commit f23530b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This project adheres to [Semantic Versioning](http://semver.org/).
See [here](http://keepachangelog.com/) for the change log format.

## [1.10.10] - 2024-01-04
- fix exception handling issue occurring with clojure 1.10 and above
- bump libs

## [1.10.9] - 2022-11-28
- add `every-checker` to `clj-kondo` config

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject midje "1.10.9"
(defproject midje "1.10.10"
:description "A TDD library for Clojure that supports top-down ('mockish') TDD, encourages readable tests, provides a smooth migration path from clojure.test, balances abstraction and concreteness, and strives for graciousness."
:url "https://github.com/marick/Midje"
:pedantic? :warn
Expand Down

0 comments on commit f23530b

Please sign in to comment.