Skip to content

Commit 1b0a2d0

Browse files
committed
# 1.19.155 (2024-01-24 / a0d4895)
## Added - Support ipv6 literals
1 parent a0d4895 commit 1b0a2d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18
1+
1.19

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.19.155 (2024-01-24 / a0d4895)
22

33
## Added
44

@@ -145,4 +145,4 @@ not take into account utf-16 encoding.
145145

146146
## Added
147147

148-
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
148+
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
4949
deps.edn:
5050

5151
``` clojure
52-
lambdaisland/uri {:mvn/version "1.18.150"}
52+
lambdaisland/uri {:mvn/version "1.19.155"}
5353
```
5454

5555
project.clj
5656

5757
``` clojure
58-
[lambdaisland/uri "1.18.150"]
58+
[lambdaisland/uri "1.19.155"]
5959
```
6060

6161
## Usage

0 commit comments

Comments
 (0)