Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Feb 11, 2021
1 parent d0a2f75 commit 4adcf0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.12.0 (2021-02-11)

- Make cells in outer join subtables clickable
- Add input for description when saving list
- Support exporting with compression and Frictionless
- Changes how exports are done from blobs and JS to anchor element with href GET that returns `content-disposition: attachment` (same as used by original im-tables)

## 0.11.0 (2020-11-25)

[#106](https://github.com/intermine/im-tables-3/pull/106)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.intermine/im-tables "0.11.0"
(defproject org.intermine/im-tables "0.12.0"
:licence "LGPL-2.1-only"
:description "ClojureScript library to display and manipulate InterMine query results on a webpage"
:url "http://www.intermine.org"
Expand Down

0 comments on commit 4adcf0b

Please sign in to comment.