Skip to content

Commit

Permalink
last bits for changelog, prepare for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Apr 11, 2023
1 parent 7d77a3b commit 123d699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ val toObfuscate: Configuration by configurations.creating {

val obfuscationLibs: Configuration by configurations.creating

val mixcrAlgoVersion = "4.3.0-46-allele_fix"
val mixcrAlgoVersion = "4.3.0-47-develop"
val milibVersion = "2.4.0-7-master"
val mitoolVersion = "1.7.0-5-main"
val repseqioVersion = "1.8.0-21-master"
Expand Down
4 changes: 4 additions & 0 deletions changelogs/v4.3.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Minor improvements

- `findAlleles` now works much faster for very diverse samples

## Bug fixes

- fixes wrong column name for `FR4` sequences in exports
Expand Down

0 comments on commit 123d699

Please sign in to comment.