File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.2.0 - 2022-10-25
4+
5+ ### Added
6+
7+ - #169 - Add a helper script to anonymize IP addresses using ` netconan `
8+ - #163 - New parser for BSO provider
9+
10+ ### Changed
11+
12+ - #182 - Moved ` toml ` to dev-dependencies
13+ - #181 - Changed mypy to v0.982
14+ - #180 - ** Minimum Python version changed** from ` 3.6.2 ` to ` 3.7 `
15+ - #179 - Do not require an "[ EXTERNAL ] " marker for Colt email subjects
16+ - #176 - Handle Zayo table with "Customer Circuit ID" header
17+ - #170 - Update networktocode/gh-action-setup-poetry-environment action to v4
18+ - #164 - Improve CI concurrency
19+ - #161 - Update dependency flake8 to v5
20+ - #160 - Update slackapi/slack-github-action action to v1.23.0
21+ - #154 - Do not accept ` pydantic ` v1.9.1
22+ - #151 - Changed version ` types-pytz ` to v2022
23+ - #150 - Update actions/setup-python action to v4
24+ - #148 - Update actions/checkout action to v3
25+ - #147 - Update slackapi/slack-github-action action to v1.19.0
26+ - #146 - Migrate CI from Travis to Github Actions
27+ - #138 - Update dependency pytest to v7
28+
29+ ### Fixed
30+
31+ - #177 - Fixed Colt parser: use European-style day-first date parsing
32+
333## v2.1.0 - 2022-05-13
434
535### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " circuit-maintenance-parser"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44description = " Python library to parse Circuit Maintenance notifications and return a structured data back"
55authors = [
" Network to Code <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments