Skip to content

Commit 4ae1e3d

Browse files
committed
Release v0.2.3
1 parent 5af3483 commit 4ae1e3d

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ 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.2...HEAD
9+
[Unreleased]: https://github.com/zellerlab/IGUA/compare/v0.2.3...HEAD
10+
11+
12+
## [v0.2.3] - 2026-08-19
13+
[v0.2.3]: https://github.com/zellerlab/IGUA/compare/v0.2.2...v0.2.3
14+
15+
### Added
16+
- `--antismash-gbk-list` and `--antismash-zip-list` input options to pass a list of filenames.
1017

1118

1219
## [v0.2.2] - 2026-08-12

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2"
5+
version = "0.2.3"
66

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

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.2
33+
Version v0.2.3
3434

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

0 commit comments

Comments
 (0)