Changes * Updated dependencies after merging `pyTooling.Packaging` into `pyTooling`. * Updated workflow after changing Python code packaging to use `build`. * Added `pyproject.toml`. * Using `__keywords__` variable for packaging.
Bug Fixes *None*
0.14.0
**Release created on: 07.12.2021 - 20:34:19**
New Features * CI: Add Static Type Checks job. * Publish coverage and static type checking reports to documentation website. * Add `workflow_dispatch` event to CI Pipeline.
Changes
* Rename default branch from `master` to `main`. * Update logo, banner and favicon. * Documentation: * Fall back to `alabaster` if `_theme` is not available. * Cleanup `requirements.txt`. * Update shields/badges and reorganized them. * Add ref to EDAA site through a toctree. * Add ref to coverage and typing reports. * README: * Reorganized content and updated shields/badges. * Using new pipeline workflow based on [pyTooling/Actions](https://github.com/pyTooling/Actions) * Update/rework requirements files. * Usage of `pyTooling.Decorators` instead of `pydecor` for `export`. * Adjusted and documented dependencies. * Usage of `pyTooling.Packaging` to single source version and package information.
Bug Fixes
* Added missing implementations for property `GenericAssociations` and `PortAssociations` in `Instantiation`. Close 40 (see https://github.com/VHDL/pyVHDLModel/pull/33/commits/da57002711b9acd9ce884da2208dce176a55d26e)
0.13.2
**Release created on: 29.09.2021 - 05:42:29**
New Features * Publish unit test results via comments in Pull Requests using GH action `EnricoMi/publish-unit-test-result-actionv1`.
Changes * Documentation pages: logo, banner, ...
Bug Fixes * Fixed `Any` value in `VHDLVersion`.
0.13.0
**Automated Release created on: 26.09.2021 - 21:16:55**
New Features * Moved enumeration `VHDLVersion` from [ProjectModel](https://github.com/edaa-org/pyEDAA.ProjectModel) (former part of [pyIPCMI](https://github.com/Paebbels/pyIPCMI)) to pyVHDLModel.
Changes * Updated Sphinx dependency to 4.2.0
Bug Fixes * none
0.12.0
**Release created on: 27.08.2021 - 06:03:35**
New Features * Null statement
Changes * Updated requirements. * Bumped Sphinx and Pygments version
Bug Fixes * Fixed typo in `Choises` → `Choices` * Fixed example in README
0.11.5
**Release created on: 23.08.2021 - 06:55:31**
New Features * None
Changes * Moved TypeVars to resolve circular dependency problems.
Bug Fixes * Fixed double existing name 'Context' for a class and TypeVar. Resolved resulting circular references.