Skip to content

Commit

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

## 0.1.1

- Fixed `.toArray` overload ambiguity causing library to not be loadable on Java 11.
- Changed some kw `identical?` optimisations to check `=` instead on cljs

## 0.1.0

Initial release
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.0"]` or deps `com.wotbrew/idx {:mvn/version "0.1.0"}`.
lein `[com.wotbrew/idx "0.1.1"]` or deps `com.wotbrew/idx {:mvn/version "0.1.1"}`.

## 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.0</version>
<version>0.1.1</version>
<name>idx</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6773f6f

Please sign in to comment.