Releases: birdiecare/hatch
v1.0.2
What's Changed
- add skip_validate_spec by @oomathias in #16
Full Changelog: v1.0.0...v1.0.2
v1.0.0
v0.1.2
Remove duplicate url
dev-dependency with mismatched version.
Believed to be the source of recent failing builds, as the version listed on the dev-dependency is invalid.
v0.1.1
Updated dependencies and use OpenAPI generator v5. Please ensure you take into account any breaking changes. See https://github.com/OpenAPITools/openapi-generator/releases.
v0.1.0
v0.0.12
Expose swagger models in client package by copying *.public-models.ts
files
v0.0.7
Fix missing cd
in v0.0.6
v0.0.6
Support installing hatch also in fresh repositories
v0.0.5
- Ensures
wget
is available in the action container
v0.0.4
Adds diffing capabilities to Hatch, by downloading latest version of package and comparing against newly created one before publishing to ensure there are differences between them.
This version of Hatch needs an additional parameter: registry_namespace
in the workflow yaml file that calls it. This parameter should be the NPM registry namespace, without the '@' - e.g. birdiecare
.