Skip to content

Commit

Permalink
# 1.3.169 (2023-03-27 / 109b82e)
Browse files Browse the repository at this point in the history
## Added

## Fixed

## Changed

- Modified an internal function so that code emitted by logging macros can be
  DCE'd when the user disables logging.
  • Loading branch information
alysbrooks committed Mar 27, 2023
1 parent 109b82e commit 57c3e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2
1.3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.3.169 (2023-03-27 / 109b82e)

## Added

Expand Down
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.2.164"}
com.lambdaisland/glogi {:mvn/version "1.3.169"}
```

project.clj

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

## Quickstart
Expand Down

0 comments on commit 57c3e36

Please sign in to comment.