Skip to content

Releases: CrackingShells/Hatch-Validator

v0.9.1

15 Apr 20:41

Choose a tag to compare

0.9.1 (2026-04-15)

  • Merge pull request #21 from CrackingShells/dev (fdff30e), closes #21
  • chore(release): 0.9.1-dev.1 (fbd38c6)
  • fix(validator): decouple validate_package from hatch_metadata.json (fdfb0f9)

v0.9.1-dev.1

15 Apr 20:34

Choose a tag to compare

v0.9.1-dev.1 Pre-release
Pre-release

0.9.1-dev.1 (2026-04-15)

  • fix(validator): decouple validate_package from hatch_metadata.json (fdfb0f9)

v0.9.0

15 Apr 14:36

Choose a tag to compare

0.9.0 (2026-04-15)

  • Merge pull request #20 from HartreeY/feat/schema-v2.0.0-extension (9c1b618), closes #20
  • fix(test): use get_field("author") matching accessor convention (c4f6f81)
  • test(schema-v200): drop tautological tests, keep 3 behavioral (88767e8)
  • refactor(schema-v200): delegate non-docker deps to v1.2.2 (8255279)
  • refactor(schema-v200): delegate tools and entry-point to chain (1509b51)
  • refactor(schema-v200): drop citations and provenance strategies (f5f4fb1)
  • refactor(schema-v200): own docker dep validation exclusively (113c578)
  • refactor(schema-v200): remove citations and provenance dead code (5b5d728)
  • refactor(schema-v200): remove over-owned strategies from validator (150a1ad)
  • feat(schema): add v2.0.0 schema with citations and provenance (52a0d78)

v0.8.0

04 Dec 04:02

Choose a tag to compare

0.8.0 (2025-12-04)

  • Merge pull request #16 from CrackingShells/dev (c5c57ce), closes #16
  • Merge pull request #17 from CrackingShells/feature/v1-2-2-conda-support (d9f9c3d), closes #17
  • Merge pull request #18 from CrackingShells/dev (91e9c76), closes #18
  • chore: add submodule cracking-shells-playbook (3e7df1e)
  • chore: npm-audit-fix (8752d47)
  • chore(release): 0.8.0-dev.1 [skip ci] (a631656)
  • chore(release): 0.8.0-dev.2 (ca4f5aa)
  • fix(accessor): correct v1.2.1 entry point return type (f90d251)
  • fix(ci): wrong location of npm package in .releaserc.sjon (0a1d5bd)
  • ci: add automated PyPI publishing (82b7316)
  • ci: migrate to semantic-release (f05f0cc)
  • test(v1.2.2): add comprehensive test coverage for conda support (6cfddf1)
  • feat(core): add base accessor method for conda channel support (e69711b)
  • feat(factory): register v1.2.2 accessor and validator (bf73160)
  • feat(schema): implement v1.2.2 package schema with conda support (4e2be30)
  • feat(service): add conda channel retrieval to PackageService (d129b65)
  • docs: diagrams (7d0f98a)
  • docs: first pass on whole package docs (02b37f3)

v0.8.0-dev.2

04 Dec 03:46

Choose a tag to compare

v0.8.0-dev.2 Pre-release
Pre-release

0.8.0-dev.2 (2025-12-04)

  • fix(ci): wrong location of npm package in .releaserc.sjon (0a1d5bd)
  • chore: npm-audit-fix (8752d47)
  • ci: add automated PyPI publishing (82b7316)

v0.8.0-dev.1

04 Nov 03:25

Choose a tag to compare

v0.8.0-dev.1 Pre-release
Pre-release

0.8.0-dev.1 (2025-11-04)

Features

  • core: add base accessor method for conda channel support (e69711b)
  • factory: register v1.2.2 accessor and validator (bf73160)
  • schema: implement v1.2.2 package schema with conda support (4e2be30)
  • service: add conda channel retrieval to PackageService (d129b65)

Bug Fixes

  • accessor: correct v1.2.1 entry point return type (f90d251)

Documentation