Skip to content

3.0.1

Latest

Choose a tag to compare

@omarkohl omarkohl released this 04 Jan 15:08
· 1 commit to main since this release

Fixed

  • Corrected minimum pytest version requirement from >=3.6 to >=6.2.0 to match actual requirements (tmp_path fixture)
  • Closed issue #11 - file mode bits are now preserved (resolved by pathlib migration in 3.0)

Added

  • Regression test to ensure file permissions are preserved when copying files

Changed

  • Migrated to uv for package management and builds
  • Added ruff for code formatting and linting
  • Converted documentation from RST to Markdown
  • Added Dependabot for automated dependency updates
  • Updated GitHub Actions workflows for CI/CD