transip-client/CHANGELOG.md
Sonny Bakker 27312ecfaf
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
Update changelog
2025-02-28 08:58:17 +01:00

673 B

Changelog

0.6.0

  • Replaced dns query usage with calling an external API
  • Replaced gitlab CI with Woodpecker configuration
  • Refactored optional dependencies & implemented dependency groups
  • Moved to uv.lock file for pinning dependencies

0.5.1

  • Update gitlab CI configuration

0.5.0

  • Removed poetry
  • Use setuptools for packaging
  • Added a Makefile
  • Use pip-compile for dependency management

0.4.0

  • Add option to generate access tokens through --login and --private-key-path options

0.3.1

  • Add missing changelog entries

0.3.0

  • Update click

0.2.0

  • Rename project

0.1.1

  • Fix gitlab ci include path

0.1

  • Initial release