Skip to content

Commit 38f2ac9

Browse files
committed
Fix release notes.
1 parent c45b97a commit 38f2ac9

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

docs/release_notes.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,36 @@ This document describes all new features and changes in the release. The format
44

55
<!-- towncrier release notes start -->
66

7-
# v2.10 Release Notes
8-
9-
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10-
11-
## Release Overview
12-
13-
- Major features or milestones
14-
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
15-
16-
## [v2.10.0 (2026-01-30)](https://github.com/networktocode/circuit_maintenance_parser/releases/tag/v2.10.0)
7+
## [v2.10.0 (2026-01-27)](https://github.com/networktocode/circuit-maintenance-parser/releases/tag/v2.10.0)
178

189
### Added
1910

20-
- [#330](https://github.com/networktocode/circuit_maintenance_parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
11+
- [#330](https://github.com/networktocode/circuit-maintenance-parser/issues/330) - Add support for parsing AWS HTML format maintenance notification emails
2112

2213
### Dependencies
2314

24-
- [#346](https://github.com/networktocode/circuit_maintenance_parser/issues/346) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
25-
- [#360](https://github.com/networktocode/circuit_maintenance_parser/issues/360) - Updated lxml to include version 6
26-
- [#361](https://github.com/networktocode/circuit_maintenance_parser/issues/361) - Updated timezonefinder to v8.2.0
15+
- [#346](https://github.com/networktocode/circuit-maintenance-parser/issues/346) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
16+
- [#361](https://github.com/networktocode/circuit-maintenance-parser/issues/361) - Updated timezonefinder to v8.2.0
2717

2818
### Housekeeping
2919

30-
- [#344](https://github.com/networktocode/circuit_maintenance_parser/issues/344) - Updated test coverage for the codebase
20+
- [#344](https://github.com/networktocode/circuit-maintenance-parser/issues/344) - Updated test coverage for the codebase
3121

32-
## [v2.9.0 (2025-10-07)](https://github.com/networktocode/circuit_maintenance_parser/releases/tag/v2.9.0)
22+
## [v2.9.0 (2025-10-07)](https://github.com/networktocode/circuit-maintenance-parser/releases/tag/v2.9.0)
3323

3424
### Added
3525

36-
- [#335](https://github.com/networktocode/circuit_maintenance_parser/issues/335) - Add subject to body of emails for OpenAI parser
26+
- [#335](https://github.com/networktocode/circuit-maintenance-parser/issues/335) - Add subject to body of emails for OpenAI parser
3727

3828
### Fixed
3929

40-
- [#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with `maintenance_id` generation due to CircuitImpact
30+
- [#331](https://github.com/networktocode/circuit-maintenance-parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact
4131

4232
### Housekeeping
4333

44-
- [#320](https://github.com/networktocode/circuit_maintenance_parser/issues/320) - Adopt new NTC development standards
45-
- [#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Add LLM tokens used to MetaData, fix PCCW parser, and text hook improvement
46-
- [#329](https://github.com/networktocode/circuit_maintenance_parser/issues/329) - Add changelog check in the CI
34+
- [#320](https://github.com/networktocode/circuit-maintenance-parser/issues/320) - Adopt new NTC development standards
35+
- [#328](https://github.com/networktocode/circuit-maintenance-parser/issues/328) - Add LLM tokens used to MetaData, fix PCCW parser, and text hook improvement
36+
- [#329](https://github.com/networktocode/circuit-maintenance-parser/issues/329) - Add changelog check in the CI
4737

4838
# Changelog
4939

@@ -56,8 +46,8 @@ This document describes all new features and changes in the release. The format
5646
### Changed
5747

5848
- [#312](https://github.com/networktocode/circuit-maintenance-parser/pull/312) - Move epoch parser outside of LLM due to inconsistencies
59-
- [#314](https://github.com/networktocode/circuit-maintenance_parser/pull/314) - Add multi-windows for LLM
60-
- [#315](https://github.com/networktocode/circuit-maintenance_parser/pull/315) - Return proper impact result for parsing
49+
- [#314](https://github.com/networktocode/circuit-maintenance-parser/pull/314) - Add multi-windows for LLM
50+
- [#315](https://github.com/networktocode/circuit-maintenance-parser/pull/315) - Return proper impact result for parsing
6151

6252
## v2.7.0 - 2025-01-10
6353

0 commit comments

Comments
 (0)