Skip to content

Releases: IMTEK-Simulation/DiscoverVersion

v0.4.0

09 Jan 16:56

Choose a tag to compare

  • ENH: Added meson-python metadata provider for dynamic version discovery with meson-python build backend
  • BUG: Fixed relative import failure during flit_core metadata extraction by adding fallback to file-based import
  • MAINT: Renamed internal module Discovery.py to discovery.py (PEP 8 compliance)
  • MAINT: Added keywords and improved classifiers in pyproject.toml for better discoverability

v0.3.2

29 Dec 11:40

Choose a tag to compare

  • BUG: Fixed CI workflow to use DISCOVER_VERSION environment variable when building
  • BUG: Build wheel in addition to sdist (wheel has version baked into metadata)

v0.3.1

29 Dec 11:03

Choose a tag to compare

  • BUG: Fixed CI workflow to use DISCOVER_VERSION environment variable when building

v0.3.0

29 Dec 10:47

Choose a tag to compare

  • ENH: Added DISCOVER_VERSION environment variable override for CI/CD builds
  • ENH: Added CLI module (python -m DiscoverVersion) for command-line version discovery
  • ENH: Added discover-version command-line entry point
  • ENH: Added write_version_file() and write_plain_version_file() functions for generating version files

v0.2.6

27 Sep 11:13

Choose a tag to compare

TST: Fixed internal version

v0.2.5

27 Sep 11:06

Choose a tag to compare

ENH: Add safe.directory '*' when calling git

v0.2.4

27 Jul 08:16

Choose a tag to compare

BUG: Fixed hard-coded version info in tests

v0.2.3

27 Jul 08:14

Choose a tag to compare

BUG: Fixed version discovery in submodules

v0.2.2

25 Jul 09:21

Choose a tag to compare

MAINT: Check if .git directory exists before running git

v0.2.1

22 Mar 11:29

Choose a tag to compare

MAINT: Also detect version if not in toplevel git directory