Skip to content

Commit

Permalink
# 1.13.95 (2022-01-28 / a9cbeff)
Browse files Browse the repository at this point in the history
## Fixed

- Fix a stack overflow in `normalize/char-seq` for really large query parameter
  values
  • Loading branch information
plexus committed Jan 28, 2022
1 parent a9cbeff commit 9a9dc4b
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.12
1.13
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.13.95 (2022-01-28 / a9cbeff)

## Fixed

Expand Down Expand Up @@ -100,4 +100,4 @@ not take into account utf-16 encoding.

## Added

- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ To install, add the following dependency to your project or build file:
deps.edn:

``` clojure
lambdaisland/uri {:mvn/version "1.12.89"}
lambdaisland/uri {:mvn/version "1.12.95"}
```

project.clj

``` clojure
[lambdaisland/uri "1.12.89"]
[lambdaisland/uri "1.12.95"]
```

## Usage
Expand Down

0 comments on commit 9a9dc4b

Please sign in to comment.