Skip to content

Commit

Permalink
v1.10.0 (2023-07-07)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 7, 2023
1 parent 9855aa9 commit 2b5e2a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).

## v1.9.0 - 2023 Mar 15
## `1.10.0` (2023-07-07)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/truss/versions/1.10.0)
This is a minor **feature release**, and should be a non-breaking upgrade.

### New since `1.9.0`

* 9855aa9 [new] Add `:column` and `:file` to `:loc` data for invariant violations
* 042eb78 [nop] Add tests for GraalVM compatibility


## `1.9.0` (2023-03-15)

```clojure
[com.taoensso/truss "1.9.0"]
Expand All @@ -9,7 +21,7 @@
> This is a **feature 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.8.0`
### Since `1.8.0`

- 4bbab6b [new] Add unevaluated arg `:form` info to invariant violations
- 9a572b1 [new] Add `:instance?`, `:satisfies?` special predicate forms
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.9.0"] ; See CHANGELOG for details
[com.taoensso/truss "1.10.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.9.0"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.9.0"}
Leiningen: [com.taoensso/truss "1.10.0"] ; or
deps.edn: com.taoensso/truss {:mvn/version "1.10.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.9.0"
(defproject com.taoensso/truss "1.10.0"
: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 2b5e2a4

Please sign in to comment.