Skip to content

Commit

Permalink
v1.7.2 (2022-11-20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 20, 2022
1 parent 84954fa commit 49153e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.7.1 - 2022 Nov 17
## v1.7.2 - 2022 Nov 20

```clojure
[com.taoensso/truss "1.7.1"]
[com.taoensso/truss "1.7.2"]
```

> This is a **maintenance release**. Changes may be BREAKING for some users, see relevant commits referenced below for details.
Expand All @@ -14,6 +14,7 @@
- 67093d9 [mod] [BREAKING] Simplify default error output
- 09779a4 [mod] [DEPRECATE] Shorten names of dynamic assertion utils
- [nop] Update from .cljx to .cljc
- [nop] Remove unused Cljs macros


## v1.6.0 - 2020 Aug 29
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/truss "1.7.1"] ; See CHANGELOG for details
[com.taoensso/truss "1.7.2"] ; See CHANGELOG for details
```

> See [here](https://taoensso.com/clojure/backers) if you're interested in helping support my open-source work, thanks! - Peter Taoussanis
Expand Down Expand Up @@ -55,8 +55,8 @@ See [here](https://github.com/ptaoussanis/truss#motivation) for a discussion of
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/truss "1.7.1"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.7.1"}
Leiningen: [com.taoensso/truss "1.7.2"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.7.2"}
```

And setup your namespace imports:
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 com.taoensso/truss "1.7.1"
(defproject com.taoensso/truss "1.7.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Assertions API for Clojure/Script"
:url "https://github.com/ptaoussanis/truss"
Expand Down

0 comments on commit 49153e9

Please sign in to comment.