Skip to content

Commit 78143e0

Browse files
committed
Release v0.2.1
1 parent 5fb9d44 commit 78143e0

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/zellerlab/IGUA/compare/v0.2.0...HEAD
9+
[Unreleased]: https://github.com/zellerlab/IGUA/compare/v0.2.1...HEAD
10+
11+
12+
## [v0.2.1] - 2026-06-04
13+
[v0.2.1]: https://github.com/zellerlab/IGUA/compare/v0.2.0...v0.2.1
14+
15+
### Fixed
16+
- Missing import in `igua.cli.inputs` module ([#3](https://github.com/zellerlab/IGUA/issues/3)).
17+
18+
### Changed
19+
- Update `pyo3` to `v0.28.3`.
20+
- Relax `gb-io` dependency to support `v0.4`.
1021

1122

1223
## [v0.2.0] - 2026-02-17

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "igua"
33
edition = "2021"
44
publish = false
5-
version = "0.2.0"
5+
version = "0.2.1"
66

77
[lib]
88
crate-type = ["cdylib", "rlib"]

pkg/aur/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_name=igua
44
pkgname=${_name}
55
pkgver=%pkgver
6-
_version=${pkgver}.post1
6+
_version=${pkgver}
77
pkgrel=1
88
pkgdesc="Iterative Gene clUster Analysis, a high-throughput method for gene cluster family identification."
99
url="https://github.com/zellerlab/IGUA"

pkg/singularity/igua.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From: alpine:3.21.3
3030

3131
%labels
3232
Author martin.larralde@embl.de
33-
Version v0.2.0
33+
Version v0.2.1
3434

3535
%help
3636
This is a basic container wrapping IGUA and MMseqs2 for convenience.

0 commit comments

Comments
 (0)