Skip to content

Commit 731cc27

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

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.8.0 (2025-12-04)
2+
3+
* Merge pull request #16 from CrackingShells/dev ([c5c57ce](https://github.com/CrackingShells/Hatch-Validator/commit/c5c57ce)), closes [#16](https://github.com/CrackingShells/Hatch-Validator/issues/16)
4+
* Merge pull request #17 from CrackingShells/feature/v1-2-2-conda-support ([d9f9c3d](https://github.com/CrackingShells/Hatch-Validator/commit/d9f9c3d)), closes [#17](https://github.com/CrackingShells/Hatch-Validator/issues/17)
5+
* Merge pull request #18 from CrackingShells/dev ([91e9c76](https://github.com/CrackingShells/Hatch-Validator/commit/91e9c76)), closes [#18](https://github.com/CrackingShells/Hatch-Validator/issues/18)
6+
* chore: add submodule `cracking-shells-playbook` ([3e7df1e](https://github.com/CrackingShells/Hatch-Validator/commit/3e7df1e))
7+
* chore: npm-audit-fix ([8752d47](https://github.com/CrackingShells/Hatch-Validator/commit/8752d47))
8+
* chore(release): 0.8.0-dev.1 [skip ci] ([a631656](https://github.com/CrackingShells/Hatch-Validator/commit/a631656))
9+
* chore(release): 0.8.0-dev.2 ([ca4f5aa](https://github.com/CrackingShells/Hatch-Validator/commit/ca4f5aa))
10+
* fix(accessor): correct v1.2.1 entry point return type ([f90d251](https://github.com/CrackingShells/Hatch-Validator/commit/f90d251))
11+
* fix(ci): wrong location of npm package in `.releaserc.sjon` ([0a1d5bd](https://github.com/CrackingShells/Hatch-Validator/commit/0a1d5bd))
12+
* ci: add automated PyPI publishing ([82b7316](https://github.com/CrackingShells/Hatch-Validator/commit/82b7316))
13+
* ci: migrate to semantic-release ([f05f0cc](https://github.com/CrackingShells/Hatch-Validator/commit/f05f0cc))
14+
* test(v1.2.2): add comprehensive test coverage for conda support ([6cfddf1](https://github.com/CrackingShells/Hatch-Validator/commit/6cfddf1))
15+
* feat(core): add base accessor method for conda channel support ([e69711b](https://github.com/CrackingShells/Hatch-Validator/commit/e69711b))
16+
* feat(factory): register v1.2.2 accessor and validator ([bf73160](https://github.com/CrackingShells/Hatch-Validator/commit/bf73160))
17+
* feat(schema): implement v1.2.2 package schema with conda support ([4e2be30](https://github.com/CrackingShells/Hatch-Validator/commit/4e2be30))
18+
* feat(service): add conda channel retrieval to PackageService ([d129b65](https://github.com/CrackingShells/Hatch-Validator/commit/d129b65))
19+
* docs: diagrams ([7d0f98a](https://github.com/CrackingShells/Hatch-Validator/commit/7d0f98a))
20+
* docs: first pass on whole package docs ([02b37f3](https://github.com/CrackingShells/Hatch-Validator/commit/02b37f3))
21+
122
## 0.8.0-dev.2 (2025-12-04)
223

324
* fix(ci): wrong location of npm package in `.releaserc.sjon` ([0a1d5bd](https://github.com/CrackingShells/Hatch-Validator/commit/0a1d5bd))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hatch-validator"
7-
version = "0.8.0-dev.2"
7+
version = "0.8.0"
88
description = "Package validator for Hatch packages"
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)