Skip to content

Commit

Permalink
Autogenerated release minor
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed May 19, 2024
1 parent b537012 commit ee5efb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <julianneswinoga@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit ee5efb3

Please sign in to comment.