Skip to content

Commit 4595ee2

Browse files
semantic-releasegithub-actions
authored andcommitted
0.2.0
Automatically generated by python-semantic-release
1 parent fe83729 commit 4595ee2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2022-05-19)
6+
### Feature
7+
* First release of dnarecords! ([`b12fa05`](https://github.com/amanas/dnarecords/commit/b12fa055859b1f92bddd2cf6707c50bbcf1d8593))
8+
* First release of dnarecords! ([`688e028`](https://github.com/amanas/dnarecords/commit/688e028d62706cb32ab6563531bc36bfe791a381))
9+
10+
### Fix
11+
* Get rid of pypi's 'Filename has been previously used' ([`fe83729`](https://github.com/amanas/dnarecords/commit/fe8372949a8181e8cb75f89536e09696f312c9f9))
12+
* Fixed bug related to save variant keys as pandas dataframe ([`5ce97bb`](https://github.com/amanas/dnarecords/commit/5ce97bb05939b8ca8f48c208e277412544c12d0e))
13+
14+
### Documentation
15+
* Improved documentation for dev/local environments ([`28679f0`](https://github.com/amanas/dnarecords/commit/28679f05940a79687bc01431019e3dbb8c8e4240))
16+
517
## v0.1.2 (2022-05-19)
618
### Fix
719
* Fixed bug related to save variant keys as pandas dataframe ([`5ce97bb`](https://github.com/amanas/dnarecords/commit/5ce97bb05939b8ca8f48c208e277412544c12d0e))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dnarecords"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
description = "Genomics data ML ready"
55
authors = ["Atray Dixit, Andrés Mañas Mañas, Lucas Seninge"]
66
license = "MIT"

0 commit comments

Comments
 (0)