Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

98 lines (55 loc) · 6.16 KB

Changelog

1.0.4 (2024-08-05)

Bug Fixes

  • update release-please.yml to use v4 (22dc35c)

Dependencies

  • deps: bump regex from 1.10.5 to 1.10.6 (#108)
  • deps: bump clap from 4.5.9 to 4.5.13 (#107)
  • deps: bump thiserror from 1.0.62 to 1.0.63 (#105)

1.0.3 (2024-07-15)

Dependencies

  • bump clap from 4.4.18 to 4.5.9 (c2380d9)
  • bump derive-new from 0.5.9 to 0.6.0 (174b264)
  • bump lazy_static from 1.4.0 to 1.5.0 (b84ef21)
  • bump serde from 1.0.188 to 1.0.204 (0dfda26)

1.0.2 (2024-07-12)

Dependencies

  • bump clap from 4.4.0 to 4.4.18 (ba733ba)
  • bump petgraph from 0.6.3 to 0.6.5 (231cd4f)
  • bump regex from 1.9.4 to 1.10.5 (6307a18)
  • bump strum_macros from 0.25.2 to 0.26.4 (c9de708)
  • bump thiserror from 1.0.47 to 1.0.62 (4702ad2)

1.0.1 (2023-08-29)

Bug Fixes

  • make dependabot commit message follow conventional commits (#55) (f727826)

Dependencies

  • bump clap from 3.2.25 to 4.3.19 (2e1b414)
  • bump clap from 4.3.19 to 4.3.21 (ffae0ba)
  • bump clap from 4.3.21 to 4.4.0 (c9840ad)
  • bump regex from 1.9.1 to 1.9.4 (5ad9921)
  • bump serde from 1.0.136 to 1.0.174 (cb9f249)
  • bump serde from 1.0.174 to 1.0.179 (e07a44c)
  • bump serde from 1.0.179 to 1.0.183 (43c00bd)
  • bump serde from 1.0.183 to 1.0.188 (7c41547)
  • bump strum_macros from 0.24.3 to 0.25.1 (#56) (0487bf4)
  • bump strum_macros from 0.25.1 to 0.25.2 (4d12e6f)
  • bump thiserror from 1.0.29 to 1.0.44 (cb9a4d0)
  • bump thiserror from 1.0.44 to 1.0.47 (d3e34e0)

1.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • custom number of columns in Alignment::pretty() (#19)

Features

  • allow AlignmentMode to be used on the command line (#44) (40846fb)
  • custom number of columns in Alignment::pretty() (#19) (2528736)
  • strand: Use +/- rather than (+)/(-) for str (#39) (45f518e)

Bug Fixes

0.13.0 (2022-07-23)

Features

0.12.1 (2021-11-17)

Bug Fixes

  • Fix '\' being rendered as ’' on docs.rs (#31) (ebbb67a)

0.12.0 (2021-07-09)

Features

  • make AlignmentOperation hashable (f1c4df0)