Skip to content

Commit

Permalink
# 1.19.155 (2024-01-24 / a0d4895)
Browse files Browse the repository at this point in the history
## Added

- Support ipv6 literals
  • Loading branch information
plexus committed Jan 24, 2024
1 parent a0d4895 commit 1b0a2d0
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.18
1.19
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.19.155 (2024-01-24 / a0d4895)

## Added

Expand Down Expand Up @@ -145,4 +145,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 @@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
deps.edn:

``` clojure
lambdaisland/uri {:mvn/version "1.18.150"}
lambdaisland/uri {:mvn/version "1.19.155"}
```

project.clj

``` clojure
[lambdaisland/uri "1.18.150"]
[lambdaisland/uri "1.19.155"]
```

## Usage
Expand Down

0 comments on commit 1b0a2d0

Please sign in to comment.