Skip to content

Commit 42a27ab

Browse files
authored
Merge pull request #184 from networktocode/main
Release v2.2.0
2 parents 0bf3e87 + a38252e commit 42a27ab

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "circuit-maintenance-parser"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
55
authors = ["Network to Code <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)