Releases: bieniu/brother
Releases · bieniu/brother
Version 2.2.0
✨ New Features
♻️ Refactor
💚 CI
- #173 Add pre-commit-update gh action @bieniu
- #178 Use
ruff
in CI @bieniu - #182 Update release-drafter.yml @bieniu
⬆️ Dependency Updates
26 changes
- #150 Bump pylint from 2.15.8 to 2.15.9 @dependabot
- #153 Bump actions/checkout from 3.1.0 to 3.2.0 @dependabot
- #151 Bump coverage from 6.5.0 to 7.0.0 @dependabot
- #152 Bump isort from 5.10.1 to 5.11.3 @dependabot
- #156 Bump coverage from 7.0.0 to 7.0.1 @dependabot
- #155 Bump pre-commit from 2.20.0 to 2.21.0 @dependabot
- #157 Bump actions/stale from 6 to 7 @dependabot
- #154 Bump isort from 5.11.3 to 5.11.4 @dependabot
- #161 Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 @dependabot
- #160 Bump actions/checkout from 3.2.0 to 3.3.0 @dependabot
- #159 Bump coverage from 7.0.1 to 7.0.4 @dependabot
- #158 Bump pydocstyle from 6.1.1 to 6.2.3 @dependabot
- #164 Bump coverage from 7.0.4 to 7.0.5 @dependabot
- #163 Bump pytest from 7.2.0 to 7.2.1 @dependabot
- #162 Bump pylint from 2.15.9 to 2.15.10 @dependabot
- #165 Bump pydocstyle from 6.2.3 to 6.3.0 @dependabot
- #167 Bump isort from 5.11.4 to 5.12.0 @dependabot
- #168 Bump coverage from 7.0.5 to 7.1.0 @dependabot
- #166 Bump pre-commit from 2.21.0 to 3.0.2 @dependabot
- #172 Bump pre-commit from 3.0.2 to 3.0.4 @dependabot
- #171 Bump black from 22.12.0 to 23.1.0 @dependabot
- #170 Bump pylint from 2.15.10 to 2.16.1 @dependabot
- #174 Bump mypy from 0.991 to 1.0.0 @dependabot
- #176 Bump mypy from 1.0.0 to 1.0.1 @dependabot
- #175 Bump pylint from 2.16.1 to 2.16.2 @dependabot
- #177 Pin
dacite
version @bieniu
Vesrion 2.1.1
💚 CI
- #149 Update release drafter template @bieniu
- #139 Use autoflake with pre-commit @bieniu
- #138 Use release drafter @bieniu
- #131 Use Python 3.11 instead of 3.8 @bieniu
🐛 Bug Fixes
⬆️ Dependency Updates
3 changes
- #145 Bump black from 22.10.0 to 22.12.0 @dependabot
- #146 Bump pylint from 2.15.7 to 2.15.8 @dependabot
- #147 Bump pytest-asyncio from 0.20.2 to 0.20.3 @dependabot
- #135 [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 @bieniu
Version 2.0.1
Version 2.0.0
⚠️ This release is broken. Please use version 2.0.1
.
What's Changed
- Bump actions/setup-python from 3 to 4 by @dependabot in #96
- Bump pre-commit from 2.19.0 to 2.20.0 by @dependabot in #101
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #100
- pre-commit update by @bieniu in #108
- Bump pylint from 2.13.9 to 2.15.0 by @dependabot in #107
- Add CodeQL GH action by @bieniu in #109
- Bump requirements by @bieniu in #110
- BREAKING CHANGE Use dataclass to pass sensor data by @bieniu in #115
- Bump requirements by @bieniu in #116
- BREAKING CHANGE Rework get data by @bieniu in #117
Full Changelog: 1.2.3...2.0.0
Version 1.2.3
What's Changed
Full Changelog: 1.2.2...1.2.3
Version 1.2.2
What's Changed
Full Changelog: 1.2.1...1.2.2
Version 1.2.1
What's Changed
- Bump actions/stale from 3 to 5 by @dependabot in #73
- Bump actions/setup-python from 1 to 3 by @dependabot in #72
- Bump actions/checkout from 2 to 3 by @dependabot in #71
- Update pre-commit config by @bieniu in #74
- Bump pysnmp by @bieniu in #83
- Use tox by @bieniu in #84
- Bump version by @bieniu in #85
- Bump mypy from 0.950 to 0.960 by @dependabot in #86
Full Changelog: 1.2.0...1.2.1
Version 1.2.0
What's Changed
- Create snyk.yml by @bieniu in #33
- pre-commit autoupdate by @bieniu in #69
- Migrate from
pysnmp
topysnmplib
by @bieniu in #68
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: 1.1.0...1.2.0
Version 1.1.0
Changelog:
- remove CodeQL from CI
- add Python 3.10 support
- drop support for Python 3.6 and 3.7
- code quality
- add unsupported models list,
MFC-8660DN
andMFC-8860DN
are in this list because SNMP queries restart these printers
Version 1.0.2
Changelog:
- fix
uptime
value (add missingtzinfo
)