Skip to content

Commit 8f11bf9

Browse files
committed
Release v1.1.0
1 parent 6f9dfb8 commit 8f11bf9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2026-04-02
11+
1012
### Added
1113

1214
- Added the `representative` attribute to the `Gene` class and the `is_isoform` keyword argument to the `add_gene` method of the
@@ -45,5 +47,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
4547
- Multiprocessing support for refinement steps.
4648
- Companion script to visualize the refined orthologs.
4749

48-
[Unreleased]: https://github.com/stajichlab/orthoSynAssign/compare/v1.0.0...HEAD
50+
[Unreleased]: https://github.com/stajichlab/orthoSynAssign/compare/v1.1.0...HEAD
51+
52+
[1.1.0]: https://github.com/stajichlab/orthoSynAssign/compare/v1.0.0...v1.1.0
53+
4954
[1.0.0]: https://github.com/stajichlab/orthoSynAssign/releases/tag/v1.0.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
- affiliation: University of California-Riverside
1414
family-names: Jason Stajich
1515
cff-version: 1.2.0
16-
date-released: "2026-02-24"
16+
date-released: '2026-04-02'
1717
doi: 10.5281/zenodo.18762980
1818
identifiers:
1919
- type: swh
@@ -24,4 +24,4 @@ message: If you use this software, please cite it using the metadata from this f
2424
repository-code: https://github.com/stajichlab/orthoSynAssign/tree/v1.0.0
2525
title: orthoSynAssign - a Python tool to refine orthogroups using synteny information
2626
type: software
27-
version: v1.0.0
27+
version: 1.1.0

0 commit comments

Comments
 (0)