Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 17, 2024
1 parent 931a8aa commit 94f2320
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# KBase Collections Release Notes

## 0.1.3

* Added BBMap tool to the CDM pipeline.
* Included metadata file generation after each tool's execution.
* Updated Python library dependencies to the latest versions.
* Standardized thread management logic across all tools.
* Pass `job_id` to the tool container and remove `node_id`.

## 0.1.2

* Fixed a bug that caused requests with filters to fail for filter keys containing colons.
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
The version of the KBase collections software.
'''

VERSION = "0.1.2"
VERSION = "0.1.3"

0 comments on commit 94f2320

Please sign in to comment.