From 6871bfe06b27ff273030b7b1b5d5da5a7dc6d90b Mon Sep 17 00:00:00 2001 From: ali Date: Thu, 11 Aug 2022 10:08:19 +0430 Subject: [PATCH] updated Changelog for v0.7.0 --- CHANGELOG.md | 6 ++++ pyproject.toml | 2 +- release-notes.md | 92 ------------------------------------------------ 3 files changed, 7 insertions(+), 93 deletions(-) delete mode 100644 release-notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ce9d7..125944a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,9 @@ - Fixed a bug that caused `urlconfchecks` to show warnings for Django's `admin` app. Now, `admin` app will be ignored. Courtesy @nightboard. + +## [0.7.0] - 2022-08-11 + +### Added + +- Added fine-grained method for silencing errors. Courtesy @spookylukey diff --git a/pyproject.toml b/pyproject.toml index 7affd52..a95d764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["ali sayyah "] readme = "README.md" license = "GPLv3" classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Natural Language :: English', diff --git a/release-notes.md b/release-notes.md deleted file mode 100644 index 45924ce..0000000 --- a/release-notes.md +++ /dev/null @@ -1,92 +0,0 @@ -# Changelog - -## [future_release](https://github.com/AliSayyah/django-urlconfchecks/tree/future_release) (2022-03-02) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.5.0...future_release) - -**Closed issues:** - -- Create pre-commit check [\#37](https://github.com/AliSayyah/django-urlconfchecks/issues/37) - -## [v0.5.0](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.5.0) (2022-02-21) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.4.0...v0.5.0) - -**Merged pull requests:** - -- added docs for pre-commit [\#42](https://github.com/AliSayyah/django-urlconfchecks/pull/42) ([AliSayyah](https://github.com/AliSayyah)) -- added `pass_filenames: false` to the .pre-commit-hooks.yaml [\#41](https://github.com/AliSayyah/django-urlconfchecks/pull/41) ([AliSayyah](https://github.com/AliSayyah)) -- use package as a pre-commit hook [\#40](https://github.com/AliSayyah/django-urlconfchecks/pull/40) ([AliSayyah](https://github.com/AliSayyah)) -- Added CLI [\#39](https://github.com/AliSayyah/django-urlconfchecks/pull/39) ([AliSayyah](https://github.com/AliSayyah)) -- Bump mkdocs-material from 8.1.11 to 8.2.1 [\#38](https://github.com/AliSayyah/django-urlconfchecks/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot)) -- \[pre-commit.ci\] pre-commit autoupdate [\#36](https://github.com/AliSayyah/django-urlconfchecks/pull/36) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) -- Bump pytest from 7.0.0 to 7.0.1 [\#35](https://github.com/AliSayyah/django-urlconfchecks/pull/35) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocs-material from 8.1.10 to 8.1.11 [\#34](https://github.com/AliSayyah/django-urlconfchecks/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Removed `special_case` function from README [\#33](https://github.com/AliSayyah/django-urlconfchecks/pull/33) ([spookylukey](https://github.com/spookylukey)) - -## [v0.4.0](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.4.0) (2022-02-07) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.3.1...v0.4.0) - -**Merged pull requests:** - -- registering as a Django app [\#31](https://github.com/AliSayyah/django-urlconfchecks/pull/31) ([AliSayyah](https://github.com/AliSayyah)) - -## [v0.3.1](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.3.1) (2022-02-07) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.3.0...v0.3.1) - -**Closed issues:** - -- mkdocs-material-extensions is included as a runtime dependency [\#27](https://github.com/AliSayyah/django-urlconfchecks/issues/27) - -**Merged pull requests:** - -- fixed django version constraint [\#30](https://github.com/AliSayyah/django-urlconfchecks/pull/30) ([AliSayyah](https://github.com/AliSayyah)) -- fixed dependency problems [\#28](https://github.com/AliSayyah/django-urlconfchecks/pull/28) ([AliSayyah](https://github.com/AliSayyah)) -- Bump mkdocs-material from 8.1.9 to 8.1.10 [\#26](https://github.com/AliSayyah/django-urlconfchecks/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocstrings from 0.17.0 to 0.18.0 [\#25](https://github.com/AliSayyah/django-urlconfchecks/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump virtualenv from 20.13.0 to 20.13.1 [\#24](https://github.com/AliSayyah/django-urlconfchecks/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump pytest from 6.2.5 to 7.0.0 [\#22](https://github.com/AliSayyah/django-urlconfchecks/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) - -## [v0.3.0](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.3.0) (2022-02-04) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.2.0...v0.3.0) - -**Merged pull requests:** - -- Bump twine from 3.7.1 to 3.8.0 [\#21](https://github.com/AliSayyah/django-urlconfchecks/pull/21) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump django from 3.2.11 to 3.2.12 [\#20](https://github.com/AliSayyah/django-urlconfchecks/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot)) -- \[pre-commit.ci\] pre-commit autoupdate [\#19](https://github.com/AliSayyah/django-urlconfchecks/pull/19) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) -- added more tests [\#18](https://github.com/AliSayyah/django-urlconfchecks/pull/18) ([AliSayyah](https://github.com/AliSayyah)) -- added pyupgrade [\#17](https://github.com/AliSayyah/django-urlconfchecks/pull/17) ([AliSayyah](https://github.com/AliSayyah)) -- added type hints [\#16](https://github.com/AliSayyah/django-urlconfchecks/pull/16) ([AliSayyah](https://github.com/AliSayyah)) -- testing with different django versions [\#15](https://github.com/AliSayyah/django-urlconfchecks/pull/15) ([AliSayyah](https://github.com/AliSayyah)) -- Dependencies [\#14](https://github.com/AliSayyah/django-urlconfchecks/pull/14) ([AliSayyah](https://github.com/AliSayyah)) -- Bump black from 21.12b0 to 22.1.0 [\#13](https://github.com/AliSayyah/django-urlconfchecks/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocs-material from 8.1.8 to 8.1.9 [\#12](https://github.com/AliSayyah/django-urlconfchecks/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot)) -- added simple tests [\#11](https://github.com/AliSayyah/django-urlconfchecks/pull/11) ([AliSayyah](https://github.com/AliSayyah)) -- Create CODE\_OF\_CONDUCT.md [\#10](https://github.com/AliSayyah/django-urlconfchecks/pull/10) ([AliSayyah](https://github.com/AliSayyah)) -- Bump mkdocs-material from 6.2.8 to 8.1.8 [\#9](https://github.com/AliSayyah/django-urlconfchecks/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocs-autorefs from 0.2.1 to 0.3.1 [\#8](https://github.com/AliSayyah/django-urlconfchecks/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot)) - -## [v0.2.0](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.2.0) (2022-01-29) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/v0.1.0...v0.2.0) - -**Merged pull requests:** - -- Bump flake8 from 3.9.2 to 4.0.1 [\#7](https://github.com/AliSayyah/django-urlconfchecks/pull/7) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocstrings from 0.15.2 to 0.17.0 [\#5](https://github.com/AliSayyah/django-urlconfchecks/pull/5) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mypy from 0.900 to 0.931 [\#4](https://github.com/AliSayyah/django-urlconfchecks/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump pytest-cov from 2.12.1 to 3.0.0 [\#3](https://github.com/AliSayyah/django-urlconfchecks/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump mkdocs-include-markdown-plugin from 1.0.0 to 3.2.3 [\#2](https://github.com/AliSayyah/django-urlconfchecks/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Bump codecov/codecov-action from 1 to 2.1.0 [\#1](https://github.com/AliSayyah/django-urlconfchecks/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot)) - -## [v0.1.0](https://github.com/AliSayyah/django-urlconfchecks/tree/v0.1.0) (2022-01-28) - -[Full Changelog](https://github.com/AliSayyah/django-urlconfchecks/compare/c309fa8e3456efd432eaaed89a37a5a5434881cc...v0.1.0) - - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*