Skip to content

Commit

Permalink
v1.8.0 (2022-12-13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 13, 2022
1 parent aa226e9 commit 76af44f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.8.0 - 2022 Dec 13

```clojure
[com.taoensso/truss "1.8.0"]
```

> This is a **maintenance release**. _Should_ be non-breaking.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for a tip re: general recommended steps when updating any Clojure/Script dependencies.
### Since `v1.7.2`

- e1a1fa6 [new] Document and provide workaround for CLJ-865
- 2e3fa98 [fix] [#12] Fix issue with duplicate side effects when using within another macro


## v1.7.2 - 2022 Nov 20

```clojure
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.2"] ; See CHANGELOG for details
[com.taoensso/truss "1.8.0"] ; 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.2"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.7.2"}
Leiningen: [com.taoensso/truss "1.8.0"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.8.0"}
```

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.2"
(defproject com.taoensso/truss "1.8.0"
: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 76af44f

Please sign in to comment.