Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.0...v2.0.0) (2022-03-10)

### Bug Fixes

* **GTDB Tree:** Added option to force underscores. ([8c87e70](8c87e70))

### Features

* **GUNC:** Added GTDB R95 dataset methods. ([aff82f6](aff82f6))
* Refactored code, added CI for docs. ([e891e84](e891e84))

### BREAKING CHANGES

* Re-organised folder structure.
  • Loading branch information
semantic-release-bot committed Mar 10, 2022
1 parent d04f838 commit 0ed7971
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Changelog

# [2.0.0](https://github.com/aaronmussig/magna/compare/v1.4.0...v2.0.0) (2022-03-10)


### Bug Fixes

* **GTDB Tree:** Added option to force underscores. ([8c87e70](https://github.com/aaronmussig/magna/commit/8c87e70c8243d5ef4fda710d9fecd380ba3b5760))


### Features

* **GUNC:** Added GTDB R95 dataset methods. ([aff82f6](https://github.com/aaronmussig/magna/commit/aff82f65eca0a4224a36bb647598ba1c4915ecd5))
* Refactored code, added CI for docs. ([e891e84](https://github.com/aaronmussig/magna/commit/e891e84045e30a00037dcfed9a1e818a5aab13d1))


### BREAKING CHANGES

* Re-organised folder structure.

# [1.4.0](https://github.com/aaronmussig/magna/compare/v1.3.0...v1.4.0) (2022-02-18)


Expand Down
2 changes: 1 addition & 1 deletion magna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'magna'
__description__ = 'Magna is a collection of commands that I frequently use in bioinformatics and day-to-day life.'
__url__ = 'https://git.microba.core/modules/python/bio-proc-sdk'
__version__ = '1.4.0'
__version__ = '2.0.0'
__author__ = 'Aaron Mussig'
__author_email__ = '[email protected]'
__license__ = 'GNU AGPLv3'
Expand Down

0 comments on commit 0ed7971

Please sign in to comment.