Skip to content

Commit 9a9dc4b

Browse files
committed
# 1.13.95 (2022-01-28 / a9cbeff)
## Fixed - Fix a stack overflow in `normalize/char-seq` for really large query parameter values
1 parent a9cbeff commit 9a9dc4b

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.12
1+
1.13

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.13.95 (2022-01-28 / a9cbeff)
22

33
## Fixed
44

@@ -100,4 +100,4 @@ not take into account utf-16 encoding.
100100

101101
## Added
102102

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

README.md

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

5050
``` clojure
51-
lambdaisland/uri {:mvn/version "1.12.89"}
51+
lambdaisland/uri {:mvn/version "1.12.95"}
5252
```
5353

5454
project.clj
5555

5656
``` clojure
57-
[lambdaisland/uri "1.12.89"]
57+
[lambdaisland/uri "1.12.95"]
5858
```
5959

6060
## Usage

0 commit comments

Comments
 (0)