Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wotbrew committed Sep 1, 2020
1 parent cb92148 commit 3a298ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

- Fixed .cons with map entries in clj using the key as the value!

## 0.1.1

- Fixed `.toArray` overload ambiguity causing library to not be loadable on Java 11.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ indexed-vector

## Latest version

lein `[com.wotbrew/idx "0.1.1"]` or deps `com.wotbrew/idx {:mvn/version "0.1.1"}`.
lein `[com.wotbrew/idx "0.1.2"]` or deps `com.wotbrew/idx {:mvn/version "0.1.2"}`.

## Features

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wotbrew</groupId>
<artifactId>idx</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<name>idx</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3a298ca

Please sign in to comment.