Skip to content

Commit

Permalink
v1.10.1 (2023-07-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 15, 2023
1 parent 46b2f69 commit f0cd104
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).

## `1.10.1` (2023-07-15)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/truss/versions/1.10.1)
This is a **hotfix release**, please upgrade if you're using `1.10.0`.

### Fixes since `1.10.0`

* 46b2f69 [fix] Prevent `get-source` from throwing for JAR resources


## `1.10.0` (2023-07-07)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/truss/versions/1.10.0)
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.10.0"] ; See CHANGELOG for details
[com.taoensso/truss "1.10.1"] ; 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.10.0"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.10.0"}
Leiningen: [com.taoensso/truss "1.10.1"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.10.1"}
```

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.10.0"
(defproject com.taoensso/truss "1.10.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Assertions micro library for Clojure/Script"
:url "https://github.com/ptaoussanis/truss"
Expand Down

0 comments on commit f0cd104

Please sign in to comment.