Skip to content

Commit

Permalink
Autogenerated release minor
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jan 21, 2024
1 parent 2939352 commit 9ac08e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### [1.6.0](https://github.com/julianneswinoga/flightgear-python/compare/1.5.0...1.6.0)

> 21 January 2024
- Create `Struct` directly in interface files, rather than using a `dict` and creating the `Struct` in `fg_if.py` [`091519b`](https://github.com/julianneswinoga/flightgear-python/commit/091519b21a4b8e02e6002ac053400a49d156a153)
- Expose `rx_timeout_s` to the `FGConnection` classes (`FDMConnection`, `CtrlsConnection`, `GuiConnection`) [`9682f9a`](https://github.com/julianneswinoga/flightgear-python/commit/9682f9af298eb2740604e304b116fe9818bae75e)
- Fix `rx_timeout_s`, add RX timeout tests [`f7981b1`](https://github.com/julianneswinoga/flightgear-python/commit/f7981b180f5791d4d489956417c359db7662807c)
- Fix running `black` in CI (it wasn't actually being enforced) [`484c36b`](https://github.com/julianneswinoga/flightgear-python/commit/484c36b93f9956c295e6f3ec684447764b0b1586)
- Update copyright year in license, docs [`8bf1c29`](https://github.com/julianneswinoga/flightgear-python/commit/8bf1c2913bf9bfb6caf6b6fda31cdc368bf69abb)

#### [1.5.0](https://github.com/julianneswinoga/flightgear-python/compare/1.4.1...1.5.0)

> 2 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.5.0"
version = "1.6.0"
description = "Interface for FlightGear network connections"
authors = ["Julianne Swinoga <julianneswinoga@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9ac08e8

Please sign in to comment.