Skip to content

Commit c0f09e1

Browse files
committed
Release updates.
1 parent 99d5ade commit c0f09e1

7 files changed

Lines changed: 25 additions & 8 deletions

File tree

changes/320.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/328.housekeeping

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/329.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/331.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/335.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release_notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# v2.9 Release Notes
3+
4+
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).
5+
6+
## Release Overview
7+
8+
- Major features or milestones
9+
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
10+
11+
## [v2.9.0 (2025-10-02)](https://github.com/networktocode/circuit_maintenance_parser/releases/tag/v2.9.0)
12+
13+
## New
14+
15+
- [#335](https://github.com/networktocode/circuit_maintenance_parser/issues/335) - Add subject to body of emails for OpenAI parser
16+
17+
### Housekeeping
18+
19+
- [#320](https://github.com/networktocode/circuit_maintenance_parser/issues/320) - Adopt new NTC development standards
20+
- [#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Add LLM tokens used to MetaData
21+
- [#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Fix PCCW parser
22+
- [#328](https://github.com/networktocode/circuit_maintenance_parser/issues/328) - Text hook improvement
23+
- [#329](https://github.com/networktocode/circuit_maintenance_parser/issues/329) - Add changelog check in the CI
24+
- [#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact

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.8.0"
3+
version = "2.9.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)