Skip to content

Commit

Permalink
# 1.2.164 (2022-11-25 / 9a89583)
Browse files Browse the repository at this point in the history
## Added

- Add support for logging multiple forms with `spy`.

## Fixed

- Release under `com.lambdaisland` as well as `lambdaisland`, see lambdaisland/open-source#9

## Changed

- Version bumps
  • Loading branch information
plexus committed Nov 25, 2022
1 parent 9a89583 commit 3173a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.2.164 (2022-11-25 / 9a89583)

## Added

Expand Down Expand Up @@ -203,4 +203,4 @@

# 0.0-13 (2019-06-10 / 0668ebe)

First release
First release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ For more info see the accompanying blog post: [ClojureScript logging with goog.l
deps.edn

``` clojure
com.lambdaisland/glogi {:mvn/version "1.1.144"}
com.lambdaisland/glogi {:mvn/version "1.2.164"}
```

project.clj

``` clojure
[com.lambdaisland/glogi "1.1.144"]
[com.lambdaisland/glogi "1.2.164"]
```

## Quickstart
Expand Down

0 comments on commit 3173a19

Please sign in to comment.