Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Oct 20, 2024
1 parent 1981e3a commit a82cf83
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.1.0](https://github.com/socialgene/sgpy/compare/v1.0.1...v1.1.0) (2024-10-20)


### ⚠ BREAKING CHANGES

* changes protein hashing behavior

### Features

* GFF input ([367c3a6](https://github.com/socialgene/sgpy/commit/367c3a6b1b6fda963f7fd58a689686e4476b4750))


### Bug Fixes

* changes protein hashing behavior ([f638f1d](https://github.com/socialgene/sgpy/commit/f638f1d89d12ca2003e8a4259db9f1eb6b060d4b))
* error on no fasta ([428dd4a](https://github.com/socialgene/sgpy/commit/428dd4a215892f6193be222eebf82f070014b946))
* kwargs ([78fb849](https://github.com/socialgene/sgpy/commit/78fb849fd1ca257831e2b2815a097a9cd72ef6b7))
* socialgene object genbank output ([1d9d935](https://github.com/socialgene/sgpy/commit/1d9d9352b07721988f20c51a67c91df3f6a53c99))
* typo ([8a41d74](https://github.com/socialgene/sgpy/commit/8a41d74fbf218ff06213d43203a286da25727978))


### Miscellaneous Chores

* release 1.1.0 ([9bc7d39](https://github.com/socialgene/sgpy/commit/9bc7d39741249c339f3b42c8e62c799f226cb5fd))

## [1.0.1](https://github.com/socialgene/sgpy/compare/v1.0.0...v1.0.1) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "socialgene"
version = "1.0.1"
version = "1.1.0"
description = "Creating and interacting with graph databases of protein domains and their genome coordinates"
readme = "README.md"
authors = [
Expand Down

0 comments on commit a82cf83

Please sign in to comment.