Skip to content

Releases: crabisoft/pdbstore

v1.1.0

28 Apr 17:56
Compare
Choose a tag to compare

v1.1.0 (2024-04-28)

Chore

  • chore: update dev dependencies (#27) (1278ae9)

  • chore: add py312 & py313 to tox environment list (#26) (25c6036)

  • chore: ensure same configuration for tools like black or flake8 (#25) (ca55e28)

  • chore: remove conda publication (#24) (8fb1405)

Feature

v1.0.0

24 Mar 16:01
Compare
Choose a tag to compare

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

Feature

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

v0.3.0

23 Mar 18:54
Compare
Choose a tag to compare

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

v0.2.0

17 Mar 18:47
Compare
Choose a tag to compare

v0.2.0 (2024-03-17)

Chore

Feature

Test

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

Unknown

v0.1.2

03 Mar 17:33
Compare
Choose a tag to compare

v0.1.2 (2024-03-03)

Fix

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

v0.1.1

28 Feb 00:21
Compare
Choose a tag to compare

v0.1.1 (2024-02-28)

Fix

v0.1.0

24 Nov 18:50
Compare
Choose a tag to compare

v0.1.0 (2023-11-24)

Documentation

  • docs: update readme file (a43c26d)

Feature

Fix

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

v0.0.2

09 Nov 15:20
Compare
Choose a tag to compare

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

25 Oct 09:52
Compare
Choose a tag to compare

v0.0.1 (2023-10-25)

Chore

Ci

  • ci(actions): syntax error in release (854f158)

  • ci(actions): setup codecov token (90e7173)

Fix

  • fix(cli): fetch command crash (f2bb426)