File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## v2.6.1 - 2024-06-04
4
24
5
25
### Fixed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " circuit-maintenance-parser"
3
- version = " 2.6.1 "
3
+ version = " 2.7.0 "
4
4
description = " Python library to parse Circuit Maintenance notifications and return a structured data back"
5
5
authors = [" Network to Code <opensource@networktocode.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments