Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed May 6, 2024
1 parent 80ed16e commit c3169df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.17.0](https://github.com/gosling-lang/gosling.js/compare/v0.16.0...v0.17.0) (2024-05-06)


### Features

* **api:** use gosling server instead of HiGlass server for gene search ([#1053](https://github.com/gosling-lang/gosling.js/issues/1053)) ([f0ec117](https://github.com/gosling-lang/gosling.js/commit/f0ec117ad857ca89b7b1bc17ee555af8e0e8acda))


### Performance Improvements

* **track:** reduce webgl memory usage ([#1057](https://github.com/gosling-lang/gosling.js/issues/1057)) ([80ed16e](https://github.com/gosling-lang/gosling.js/commit/80ed16ec022286efb97d54307623ef02f565a7aa))



# [0.16.0](https://github.com/gosling-lang/gosling.js/compare/v0.15.0...v0.16.0) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gosling.js",
"author": "Sehi L'Yi",
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c3169df

Please sign in to comment.