Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.5.0...v4.0.0) (2022-09-27)

### Features

* **rust:** Added PYO3 rust bindings and updated CI/CD. ([7d28848](7d28848))

### BREAKING CHANGES

* **rust:** Rust is required.
  • Loading branch information
semantic-release-bot committed Sep 27, 2022
1 parent 10b320d commit cd0b506
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/aaronmussig/magna/compare/v3.5.0...v4.0.0) (2022-09-27)


### Features

* **rust:** Added PYO3 rust bindings and updated CI/CD. ([7d28848](https://github.com/aaronmussig/magna/commit/7d2884865472305c32604f371c9c3753e55da201))


### BREAKING CHANGES

* **rust:** Rust is required.

# [3.5.0](https://github.com/aaronmussig/magna/compare/v3.4.1...v3.5.0) (2022-07-15)


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://github.com/aaronmussig/magna'
__version__ = '3.5.0'
__version__ = '4.0.0'
__author__ = 'Aaron Mussig'
__author_email__ = '[email protected]'
__license__ = 'GNU AGPLv3'
Expand Down

0 comments on commit cd0b506

Please sign in to comment.