From ee5efb359dbe2eb01d1021d555bc6891ecb959ae Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Sun, 19 May 2024 13:08:22 -0400 Subject: [PATCH] Autogenerated release minor --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75469e9..c78bd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +#### [1.7.0](https://github.com/julianneswinoga/flightgear-python/compare/1.6.0...1.7.0) + +> 19 May 2024 + +- Implement auto-version parsing for the `FGConnection` classes (`FDMConnection`, `CtrlsConnection`, `GuiConnection`) [`9e51476`](https://github.com/julianneswinoga/flightgear-python/commit/9e514762660b74352a6b088beb8f8c93b1ce1a23) +- Add integration test to run all example code, enable rx_proc.daemon [`b537012`](https://github.com/julianneswinoga/flightgear-python/commit/b53701278193906e0005721c2663e8861fec7cc1) +- Update docs/examples to use auto versioning [`0f814e5`](https://github.com/julianneswinoga/flightgear-python/commit/0f814e59618cd9c8a08b74ee557ada761034ef25) + #### [1.6.0](https://github.com/julianneswinoga/flightgear-python/compare/1.5.0...1.6.0) > 21 January 2024 diff --git a/pyproject.toml b/pyproject.toml index 0d4609e..bb5469b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flightgear_python" -version = "1.6.0" +version = "1.7.0" description = "Interface for FlightGear network connections" authors = ["Julianne Swinoga "] readme = "README.md"