Skip to content

Commit b830ca6

Browse files
authored
Merge pull request #306 from networktocode/main
Merge Release v2.7.0
2 parents 0bf7922 + 4f4a64f commit b830ca6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
# Changelog
4+
5+
## v2.7.0 - 2025-01-10
6+
7+
### Added
8+
9+
- [#303](https://github.com/networktocode/circuit-maintenance-parser/pull/303) - Add new parser for Apple
10+
- [#302](https://github.com/networktocode/circuit-maintenance-parser/pull/302) - Add support for Python 3.12
11+
- [#301](https://github.com/networktocode/circuit-maintenance-parser/pull/301) - Add new parser for PCCW
12+
- [#297](https://github.com/networktocode/circuit-maintenance-parser/pull/297) - Add new parser for Tata Communications
13+
14+
### Changed
15+
16+
- [#302](https://github.com/networktocode/circuit-maintenance-parser/pull/302) - Drop support for Python 3.8
17+
- [#291](https://github.com/networktocode/circuit-maintenance-parser/pull/291) - Update Windstream Parser for new emails
18+
19+
### Dependencies
20+
21+
- [#295](https://github.com/networktocode/circuit-maintenance-parser/pull/295) - Remove pydantic dotenv extra
22+
323
## v2.6.1 - 2024-06-04
424

525
### Fixed

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.6.1"
3+
version = "2.7.0"
44
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
55
authors = ["Network to Code <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)