Skip to content

Releases: sbidoul/whool

v1.0.1

18 Mar 15:13
Compare
Choose a tag to compare

Fix previous build that was missing the whool script.

Full Changelog: v1.0...v1.0.1

v1.0

16 Mar 10:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v1.0

v0.5

28 Oct 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

v0.4

21 Oct 17:52
Compare
Choose a tag to compare

whool is now considered stable. A 1.0 will be released when the documentation is
complete and the test coverage improved a bit.

Features

  • When doing an editable install, add a .gitignore file in the build directory. (#7)
  • Add pre-commit hook to initialize pyproject.toml. (#10)
  • Test with python 3.12. (#11)

Docs

  • Improved documentation in README.

Full Changelog: v0.3...v0.4

v0.3

10 Sep 21:33
53689dd
Compare
Choose a tag to compare
  • Don't use wheel internal api.
  • Remove the dependencies command (we can use something like pyproject-dependencies instead).
  • Add support for the WHOOL_POST_VERSION_STRATEGY_OVERRIDE environment variable.
  • Add prepare_metadata_for_build_wheel and prepare_metadata_for_build_editable hooks for better performance when only metadata is needed such as when using pyproject-dependencies.
  • Depend on manifestoo-core>=1 so we don't depend on setuptools-odoo anymore.

v0.2.2

30 Jul 12:28
Compare
Choose a tag to compare
  • support wheel 0.41

v0.2.1

17 Jun 15:47
Compare
Choose a tag to compare
  • updated release process
  • slightly improved README

v0.2

17 Jun 15:30
d2f6707
Compare
Choose a tag to compare

What's Changed

  • Bump the maximum supported version of the wheel package.

Full Changelog: v0.1...v0.2