diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 4c03fb463265b01212f8782195b6ab87990c1329..0000000000000000000000000000000000000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -repos: - - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.19 - hooks: - - id: pymarkdown diff --git a/CHANGELOG.md b/CHANGELOG.md index 235ec0a0c11ef65ffde76bfec600874ec7a08790..6c8e812e0384fd7b9d07cf677bc2b2ca83f6ebce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-05-08 + +### Fixed + +* release-by-changelog include url + ## [0.1.1] - 2024-05-08 ### Fixed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b3c692471e0bf8ff30cb3c0d7fa49cfcd5230d6..0b2a5c8f2f1468ec94ede2dcbd0977c24871d325 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,32 +2,6 @@ ## Development environment -### Quality Standards - -#### Style Guide - -#### Pre-commit hooks - -Please use the pre-commit hooks provided in this repository to maintain consistency in -the codebase. - -```bash -pip install --upgrade pip -pip install pre-commit -pre-commit install -``` - -You can manually run the pre-commit hooks on all files: - -```bash -pre-commit autoupdate -pre-commit run --all-files -``` - -This will run the following hooks: - -- `pymarkdown` - ### Generate requirements ```shell diff --git a/pyproject.toml b/pyproject.toml index be295b2057f8742607a38a59ebec11f560371643..4ed46417112bef9b7a9b196c2983ee87237008fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ plugins.line-length.enabled = false allow-dirty = true commit = true config-file = "pyproject.toml" -current_version = "0.1.1" +current_version = "0.1.2" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}"