Skip to content

Commit 57c3e36

Browse files
committed
# 1.3.169 (2023-03-27 / 109b82e)
## Added ## Fixed ## Changed - Modified an internal function so that code emitted by logging macros can be DCE'd when the user disables logging.
1 parent 109b82e commit 57c3e36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2
1+
1.3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.3.169 (2023-03-27 / 109b82e)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ For more info see the accompanying blog post: [ClojureScript logging with goog.l
1616
deps.edn
1717

1818
``` clojure
19-
com.lambdaisland/glogi {:mvn/version "1.2.164"}
19+
com.lambdaisland/glogi {:mvn/version "1.3.169"}
2020
```
2121

2222
project.clj
2323

2424
``` clojure
25-
[com.lambdaisland/glogi "1.2.164"]
25+
[com.lambdaisland/glogi "1.3.169"]
2626
```
2727

2828
## Quickstart

0 commit comments

Comments
 (0)