Skip to content

Releases: Rizhiy/replete

v2.3.2

01 Jun 00:05
Compare
Choose a tag to compare

v2.3.2 (2024-06-01)

Fix

  • fix(flock): Make it write-write re-entrant as well (558de35)

v2.3.1

31 May 23:39
Compare
Choose a tag to compare

v2.3.1 (2024-05-31)

Fix

  • fix(flock): make it actually re-entrant (39e1536)

Unknown

v2.2.0

27 May 15:27
Compare
Choose a tag to compare

v2.2.0 (2024-05-27)

Chore

  • chore(test_and_version): add requests update to release (898b48a)

  • chore: add LICENSE (c4ed272)

  • chore: disable S403, S404 globally (51ff3fa)

Documentation

  • docs: add pre-commit and add dev instructions in README (c2f32c5)

Feature

  • feat(utils): add convert_size (50572d3)

v2.1.0

03 Mar 23:28
Compare
Choose a tag to compare

v2.1.0 (2024-03-03)

Ci

Feature

  • feat: add a few useful pytest fixtures (ac2c381)

Fix

  • fix: rstrict pytest version to <8 (5077b5b)

v2.0.1

03 Mar 01:19
Compare
Choose a tag to compare

v2.0.1 (2024-03-03)

Documentation

Fix

  • fix: try to trigger release again (711bdd8)

v2.0.0

03 Mar 01:16
Compare
Choose a tag to compare

v2.0.0 (2024-03-03)

Breaking

  • refactor: fix ruff errors

BREAKING CHANGE: (8d1a119)

Chore

  • chore(utils): remove redundant bisect functions, no longer requried (e4bd7f3)

  • chore: begin process to publish to pypi (7d8172f)

Documentation

Fix

  • fix: commit to trigger publish (5b1d25a)

  • fix: drop support for python 3.9 (a659887)

Test

  • test: rename imports in tests (a34c835)