CHANGELOG

v1.0.0 (2024-03-24)

Breaking

  • feat(command): add –days option to unused command (#21)

BREAKING CHANGE: DATE positional argument has been converted into an option (19424ea)

Chore

  • chore: update release worklow (cbe8de9)

Documentation

  • docs: improve documentation (#23) (f7b2ba5)

Feature

  • feat(command): display total file size for unused command (#22) (3d414cb)

v0.3.0 (2024-03-23)

Feature

  • feat(command): add –dry-run option for del command (#18) (99f038a)

  • feat(command): add –delete option for unused command (#17) (c83851f)

Fix

  • fix(transaction): no transaction created if file already exists from … (#19) (1754d19)

Unknown

  • doc: refactor documentation (#20) (c600537)

v0.2.0 (2024-03-17)

Chore

  • chore: remove unexpected file (08bf34b)

  • chore: improve makefile (#13) (c036350)

Feature

  • feat: add promote command (#15) (c66fe2e)

  • feat: commit files in parallel (#12) (88b5084)

Test

  • test: add dedicated compression test when supported (#14) (3b6dfda)

Unknown

  • doc: add promote command (#16) (c0e5328)

v0.1.2 (2024-03-03)

Fix

  • fix: invalid compressed file for huge file (#11) (a4c62cc)

v0.1.1 (2024-02-28)

Fix

  • fix: bad exception management (#10) (f5cf7b9)

v0.1.0 (2023-11-24)

Documentation

  • docs: update readme file (a43c26d)

Feature

  • feat: add conda-forge deployment (#9) (0357d62)

  • feat: add unused command (#8) (23c2450)

Fix

  • fix: wrong scripts definition from project file (#7) (55d9096)

v0.0.2 (2023-11-09)

Chore

  • chore(ci): improve release workflow (#2) (4e47cbc)

Ci

  • ci(actions): improve release workflow (#1) (a8f7d60)

Documentation

  • docs: update contributing guide (#4) (70908ee)

Fix

  • fix(io): need to rename file when decompressing it on windows (#6) (676df06)

Test

  • test: add more tests to improve cover (#5) (64347a3)

  • test: review tests to improve coverage (#3) (c1e211a)

v0.0.1 (2023-10-25)

  • Initial release