From 1bd7dc3b57de67ee013cfa1e6112798e2cb1e696 Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:22:30 -0500 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d190bf1..d27a33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/dreulavelle/PTT/compare/v1.2.7...v1.3.0) (2024-09-17) + + +### Features + +* add sample/trailer/extras handling. other minor improvements ([8b1d968](https://github.com/dreulavelle/PTT/commit/8b1d968a7cfc7932dabf18881ec493c0f9e0cc50)) + ## [1.2.7](https://github.com/dreulavelle/PTT/compare/v1.2.6...v1.2.7) (2024-09-04) diff --git a/pyproject.toml b/pyproject.toml index e6225e6..59ecf91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.7" +version = "1.3.0" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"