Skip to content

Latest commit

 

History

History
469 lines (225 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

469 lines (225 loc) · 14.2 KB

CHANGELOG

v2.0.8 (2023-11-07)

Fix

  • fix: Decrease duplication and ensure dependencies are consistenly encoded in pyproject.toml (#34)

  • fix: Decrease duplication and ensure dependencies are consistenly encoded in pyproject.toml

Signed-off-by: Chris Butler <[email protected]>

  • fix: Improve consistency

Signed-off-by: Chris Butler <[email protected]>


Signed-off-by: Chris Butler <[email protected]> (45aabf2)

v2.0.7 (2023-11-07)

Fix

  • fix: remove default behaviour of ruamel.yaml line breaking (#33)

  • fix(cicd): Correct flit behaviour to just work

Signed-off-by: Chris Butler <[email protected]>

  • feat: Ensure that ruamel.yaml does not wrap lines

Signed-off-by: Chris Butler <[email protected]>


Signed-off-by: Chris Butler <[email protected]> (a3ebe8a)

v2.0.6 (2023-11-07)

Fix

  • fix(cicd): Correct flit behaviour to just work (#32)

Signed-off-by: Chris Butler <[email protected]> (9efee45)

v2.0.5 (2023-11-07)

Fix

  • fix(cicd): ignore line endings for now (#31)

Signed-off-by: Chris Butler <[email protected]> (2bb7170)

v2.0.4 (2023-11-07)

Fix

  • fix(cicd): correct behaviour with v8 semver

Signed-off-by: Chris Butler <[email protected]> (1491c56)

v2.0.3 (2023-11-07)

Fix

  • fix(cicd): Force a release (#30)

Signed-off-by: Chris Butler <[email protected]> (e774d35)

Unknown

  • lineendings (#28)

  • fix(cicd): line-endings

Signed-off-by: Chris Butler <[email protected]>

  • fix: Correct line endings

Signed-off-by: Chris Butler <[email protected]>

  • fix(cicd): Correct line endings and flit behaviour

Signed-off-by: Chris Butler <[email protected]>


Signed-off-by: Chris Butler <[email protected]> (c36590f)

v2.0.2 (2023-11-07)

Chore

  • chore(cicd): Correct calls to semantic release (#25)

Signed-off-by: Chris Butler <[email protected]> (99e20aa)

  • chore(cicd): Automate tagging process (#24)

  • chore(cicd): Automate tagging process

Signed-off-by: Chris Butler <[email protected]>

  • chore(lint): formating

Signed-off-by: Chris Butler <[email protected]>

  • chore(cicd): Correct workflow so that tag publishingonly happens on a branch push

Signed-off-by: Chris Butler <[email protected]>

  • chore(cicd): workflow formatting

Signed-off-by: Chris Butler <[email protected]>


Signed-off-by: Chris Butler <[email protected]> (d78a609)

Fix

  • fix(cicd): Correct for v8 of semantic release (#27)

Signed-off-by: Chris Butler <[email protected]> (8e7cc0f)

  • fix(cicd): Insert flit based release (#26)

Signed-off-by: Chris Butler <[email protected]> (bacddb9)

  • fix: Cleanup build process with latest tooling versions

  • fix: Update build to reflect currently available versions of python

Signed-off-by: Chris Butler <[email protected]>

  • chore(deps): Update pre-commit config

Signed-off-by: Chris Butler <[email protected]>

  • fix: Update CICD OS testing to latest

Signed-off-by: Chris Butler <[email protected]>

  • fix: Correct for available python version

Signed-off-by: Chris Butler <[email protected]>


Signed-off-by: Chris Butler <[email protected]> (ab8dea3)

v2.0.1 (2023-01-21)

Fix

  • fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <[email protected]> (3a0a97e)

  • fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <[email protected]> (1dc2186)

  • fix: Clean pipelines to ensure no extra releases (#19)

  • fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <[email protected]>

  • fix: Clean pipelines to ensure no extra releases

Signed-off-by: Chris Butler <[email protected]>

Signed-off-by: Chris Butler <[email protected]> (106a22f)

v2.0.0 (2023-01-20)

v1.0.0 (2023-01-20)

Fix

  • fix: Force a minor release

Signed-off-by: Chris Butler <[email protected]> (5eb8c5f)

  • fix: Force a minor release

Signed-off-by: Chris Butler <[email protected]> (f084b6a)

  • fix: Force a minor release

Signed-off-by: Chris Butler <[email protected]> (99dc805)

  • fix: Correct branch targeting for semrelease (#18)

Signed-off-by: Chris Butler <[email protected]>

Signed-off-by: Chris Butler <[email protected]> (efde524)

  • fix: update pipelines to reflect version changes in github actions (#16)

  • fix: update pipelines to reflect version changes in github actions

Signed-off-by: Chris Butler <[email protected]>

  • fix: more version corrections

Signed-off-by: Chris Butler <[email protected]>

  • fix: Correct flake8 to github location

Signed-off-by: Chris Butler <[email protected]>

  • fix: broad sweep of version updates

Signed-off-by: Chris Butler <[email protected]>

  • fix: broad sweep of version updates

Signed-off-by: Chris Butler <[email protected]>

Signed-off-by: Chris Butler <[email protected]> (b0e1bc0)

  • fix: Implement dependabot support (#15) (6e858ad)

Unknown

  • automate releases (#17)

  • fix: Automate releases with python-semantic-release

Signed-off-by: Chris Butler <[email protected]>

  • chore: Stage changelog

Signed-off-by: Chris Butler <[email protected]>

  • chore: Add missing files

Signed-off-by: Chris Butler <[email protected]>

  • chore: Add missing files

Signed-off-by: Chris Butler <[email protected]>

  • fix: Typo in build pipeline

Signed-off-by: Chris Butler <[email protected]>

  • fix: remove dead code

Signed-off-by: Chris Butler <[email protected]>

Signed-off-by: Chris Butler <[email protected]> (cfd5a20)

v0.4.1 (2021-06-09)

Unknown

  • Update init.py (c32187d)

  • Fix CommonMark compliancy (#13)

  • Fix CommonMark compliancy

  • Only catch YAML errors. Wrap fewer lines in try-block

  • FIX: Add missing newline if YAML parse fails

  • Reuse YAML instance

Co-authored-by: Taneli Hukkinen <[email protected]> (a8efd2e)

v0.3.1 (2021-04-13)

Feature

  • feat: Revised and updated for mdformat 0.7

Signed-off-by: Chris Butler <[email protected]> (a7bbe7e)

v0.3.0 (2021-04-13)

Feature

  • feat: Revised and updated for mdformat 0.7

Signed-off-by: Chris Butler <[email protected]> (7a90b28)

  • feat: Move to latest mdformat

Signed-off-by: Chris Butler <[email protected]> (cf1cff3)

  • feat: Move to latest mdformat

Signed-off-by: Chris Butler <[email protected]> (3b6465a)

Unknown

  • fix:Relaxing codecov behaviour.

Signed-off-by: Chris Butler <[email protected]> (d2dd4bc)

  • Bump version

Signed-off-by: Chris Butler <[email protected]> (23642f8)

  • Sync with mdformat 0.6.x (#10) (32b6612)

v0.1.4 (2021-03-14)

Unknown

  • Correct errors associated with build process.

Signed-off-by: Chris Butler <[email protected]> (bfee00d)

v0.1.3 (2021-03-14)

Unknown

  • Feat/soft error (#9)

  • fix:Corrected version tagging

Signed-off-by: Chris Butler <[email protected]>

  • feat: Softened errors associated with poorly formed yaml

Signed-off-by: Chris Butler <[email protected]>

  • fix: Update version tag

Signed-off-by: Chris Butler <[email protected]> (2ed18ba)

v0.1.2 (2021-03-08)

Fix

  • fix: Extra UT's and some documentation cleanup. (#8)

  • fix:Corrected version tagging

Signed-off-by: Chris Butler <[email protected]>

  • fix: Updated unit tests to cover a few scenarios.

Signed-off-by: Chris Butler <[email protected]>

  • fix: Updated unit tests to cover a few scenarios.

Signed-off-by: Chris Butler <[email protected]>

  • fix: Ensure free line after header in precommit test file.

Signed-off-by: Chris Butler <[email protected]> (5f262ac)

v0.1.1 (2021-03-08)

Unknown

  • fix:Corrected version tagging

Signed-off-by: Chris Butler <[email protected]> (6409b13)

v0.1.0 (2021-03-08)

Unknown

  • feat:Baseline working implementation of mdformat-frontmatter (#5)

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]>

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]>

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]>

  • feat: Basic implementation working

Signed-off-by: Chris Butler <[email protected]>

  • fix: Pre-commit is no longer allowed to fail

Signed-off-by: Chris Butler <[email protected]> (d3c4d53)

v0.0.1 (2021-03-07)

Fix

  • fix: Correct issues associated with bootstrapping pre-commit tests (#4)

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]>

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]>

  • fix:Remove pre-commit check to allow bootstrapping

Signed-off-by: Chris Butler <[email protected]> (abb6cc3)

  • fix: Corrected UT behaviour. (#3)

  • Basic setup

Signed-off-by: Chris Butler <[email protected]>

  • Correct package configuration

Signed-off-by: Chris Butler <[email protected]>

  • fix:package config

Signed-off-by: Chris Butler <[email protected]>

  • fix: Correct UT behavior.

Signed-off-by: Chris Butler <[email protected]> (ec97008)

  • fix: Corrected package config. (#2)

  • Basic setup

Signed-off-by: Chris Butler <[email protected]>

  • Correct package configuration

Signed-off-by: Chris Butler <[email protected]>

  • fix:package config

Signed-off-by: Chris Butler <[email protected]> (6249934)

  • fix: Basic setup (#1)

Signed-off-by: Chris Butler <[email protected]> (9871364)

Unknown