Skip to content

Commit

Permalink
Merge pull request #184 from networktocode/main
Browse files Browse the repository at this point in the history
Release v2.2.0
  • Loading branch information
chadell authored Oct 26, 2022
2 parents 0bf3e87 + a38252e commit 42a27ab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v2.2.0 - 2022-10-25

### Added

- #169 - Add a helper script to anonymize IP addresses using `netconan`
- #163 - New parser for BSO provider

### Changed

- #182 - Moved `toml` to dev-dependencies
- #181 - Changed mypy to v0.982
- #180 - **Minimum Python version changed** from `3.6.2` to `3.7`
- #179 - Do not require an "[ EXTERNAL ]" marker for Colt email subjects
- #176 - Handle Zayo table with "Customer Circuit ID" header
- #170 - Update networktocode/gh-action-setup-poetry-environment action to v4
- #164 - Improve CI concurrency
- #161 - Update dependency flake8 to v5
- #160 - Update slackapi/slack-github-action action to v1.23.0
- #154 - Do not accept `pydantic` v1.9.1
- #151 - Changed version `types-pytz` to v2022
- #150 - Update actions/setup-python action to v4
- #148 - Update actions/checkout action to v3
- #147 - Update slackapi/slack-github-action action to v1.19.0
- #146 - Migrate CI from Travis to Github Actions
- #138 - Update dependency pytest to v7

### Fixed

- #177 - Fixed Colt parser: use European-style day-first date parsing

## v2.1.0 - 2022-05-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
version = "2.1.0"
version = "2.2.0"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 42a27ab

Please sign in to comment.