Releases: DariuszPorowski/mkdocs-file-filter-plugin
Releases · DariuszPorowski/mkdocs-file-filter-plugin
v0.2.0
🔄️ What's Changed
- build(deps): Bump, drop py3.8 @DariuszPorowski (#165)
- fix(warning_filter): remove deprecation warning @DariuszPorowski (#133)
- Code of Conduct location in Github Issue templates @ccoenen (#100)
⬆️ Dependencies
27 changes
- chore(deps-dev): Bump flake8 from 6.1.0 to 7.0.0 @dependabot (#163)
- chore(deps-dev): Bump black from 23.11.0 to 23.12.1 @dependabot (#162)
- chore(deps-dev): Bump pytest from 7.4.3 to 7.4.4 @dependabot (#161)
- chore(deps-dev): Bump bandit from 1.7.5 to 1.7.6 @dependabot (#160)
- chore(deps-dev): Bump gitpython from 3.1.40 to 3.1.41 @dependabot (#159)
- chore(deps-dev): Bump ruff from 0.1.5 to 0.1.11 @dependabot (#158)
- chore(deps-dev): Bump mkdocs-material from 9.4.8 to 9.5.3 @dependabot (#157)
- chore(deps-dev): Bump mypy from 1.7.0 to 1.8.0 @dependabot (#155)
- chore(deps-dev): Bump isort from 5.12.0 to 5.13.2 @dependabot (#152)
- chore(deps-dev): Bump pylint from 3.0.2 to 3.0.3 @dependabot (#149)
- ci(deps): Bump actions/upload-artifact from 3 to 4 @dependabot (#154)
- ci(deps): Bump actions/setup-python from 4 to 5 @dependabot (#145)
- chore(deps-dev): Bump black from 23.10.1 to 23.11.0 @dependabot (#134)
- chore(deps-dev): Bump mypy from 1.6.1 to 1.7.0 @dependabot (#136)
- chore(deps-dev): Bump ruff from 0.1.4 to 0.1.5 @dependabot (#135)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.21 to 9.3.2 @dependabot (#119)
- ⬆️ pip(deps-dev): Bump mkdocs-awesome-pages-plugin from 2.9.1 to 2.9.2 @dependabot (#103)
- ⬆️ github-actions(deps): Bump actions/checkout from 3 to 4 @dependabot (#108)
- ⬆️ pip(deps): Bump mkdocs from 1.5.1 to 1.5.2 @dependabot (#95)
- ⬆️ pip(deps-dev): Bump ruff from 0.0.280 to 0.0.282 @dependabot (#94)
- ⬆️ pip(deps-dev): Bump flake8 from 6.0.0 to 6.1.0 @dependabot (#93)
- ⬆️ pip(deps-dev): Bump pyupgrade from 3.9.0 to 3.10.1 @dependabot (#92)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.20 to 9.1.21 @dependabot (#91)
- ⬆️ pip(deps): Bump mkdocs from 1.5.0 to 1.5.1 @dependabot (#90)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.19 to 9.1.20 @dependabot (#89)
- ⬆️ pip(deps): Bump mkdocs from 1.4.3 to 1.5.0 @dependabot (#88)
- ⬆️ pip(deps-dev): Bump pylint from 2.17.4 to 2.17.5 @dependabot (#87)
👥 Contributors
@DariuszPorowski, @ccoenen, @dependabot and @dependabot[bot]
See details of all code changes: v0.1.0...v0.2.0 since previous release.
v0.1.0
🔄️ What's Changed
- fix: dynamic versioning @DariuszPorowski (#86)
- chore(deps): up @DariuszPorowski (#85)
- Allow for earlier versions of pyyaml @wesleykendall (#82)
- chore(pre-commit): gitleaks bump v8.17.0 @DariuszPorowski (#83)
⬆️ Dependencies
14 changes
- ⬆️ pip(deps-dev): Bump ruff from 0.0.270 to 0.0.280 @dependabot (#84)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.15 to 9.1.19 @dependabot (#81)
- ⬆️ pip(deps-dev): Bump pyupgrade from 3.4.0 to 3.9.0 @dependabot (#79)
- ⬆️ pip(deps-dev): Bump pytest from 7.3.1 to 7.4.0 @dependabot (#73)
- ⬆️ pip(deps-dev): Bump pytest-cov from 4.0.0 to 4.1.0 @dependabot (#62)
- ⬆️ pip(deps-dev): Bump pre-commit from 3.3.2 to 3.3.3 @dependabot (#68)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.14 to 9.1.15 @dependabot (#63)
- ⬆️ pip(deps-dev): Bump ruff from 0.0.269 to 0.0.270 @dependabot (#60)
- ⬆️ pip(deps-dev): Bump mkdocs-exclude-unused-files from 1.1.0 to 1.2.1 @dependabot (#61)
- ⬆️ pip(deps): Bump requests from 2.30.0 to 2.31.0 @dependabot (#59)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.13 to 9.1.14 @dependabot (#58)
- ⬆️ pip(deps-dev): Bump ruff from 0.0.267 to 0.0.269 @dependabot (#57)
- ⬆️ pip(deps-dev): Bump pre-commit from 3.3.1 to 3.3.2 @dependabot (#56)
- ⬆️ pip(deps-dev): Bump mkdocs-material from 9.1.12 to 9.1.13 @dependabot (#55)
👥 Contributors
@DariuszPorowski, @dependabot, @dependabot[bot] and @wesleykendall
See details of all code changes: v0.0.8...v0.1.0 since previous release.
v0.0.8
🔄️ What's Changed
- fix: poetry-dynamic-versioning @DariuszPorowski (#54)
- init testing, linter, pytest, code refresh @DariuszPorowski (#31)
👥 Contributors
See details of all code changes: v0.0.7...v0.0.8 since previous release.
v0.0.7
What's Changed
- Dependabot by @DariuszPorowski in #16
- [pip] Bump pre-commit from 3.0.4 to 3.2.1 by @dependabot in #21
- [pip] Bump autopep8 from 2.0.1 to 2.0.2 by @dependabot in #18
- [pip] Bump bandit from 1.7.4 to 1.7.5 by @dependabot in #17
- [pip] Bump mkdocs-material from 9.0.11 to 9.1.4 by @dependabot in #19
- [pip] Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #20
- [pip dev] (deps-dev): Bump black from 23.1.0 to 23.3.0 by @dependabot in #22
- Fixed mkdocsignore and improved DevExp by @DariuszPorowski in #24
- self test 3rd party plugins fix by @DariuszPorowski in #30
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
What's Changed
- Dev experience stuff by @DariuszPorowski in #10
- Concurrent by @DariuszPorowski in #11
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- metadata tags support, custom metadata list, enable/disable + refactoring by @DariuszPorowski in #5
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Basic GH Actions by @DariuszPorowski in #1
- init alpha version by @DariuszPorowski in #2
New Contributors
- @DariuszPorowski made their first contribution in #1
Full Changelog: https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/commits/v0.0.1