diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3166a..f058287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +#### [1.3.0](https://github.com/julianneswinoga/flightgear-python/compare/1.2.2...1.3.0) + +> 4 June 2023 + +- Add GUI interface +- Add basic GUI documentation [`75f352b`](https://github.com/julianneswinoga/flightgear-python/commit/75f352b60800e5a0c639367cb4b284f9529a5bff) +- Add `simple_wing_level.py` example [`#7`](https://github.com/julianneswinoga/flightgear-python/pull/7) +- Add GUI pickling test, update poetry.lock [`cd0ed18`](https://github.com/julianneswinoga/flightgear-python/commit/cd0ed185ddf6e76118d8cb212d1983e29031b30d) + #### [1.2.2](https://github.com/julianneswinoga/flightgear-python/compare/1.2.1...1.2.2) > 13 March 2023 diff --git a/pyproject.toml b/pyproject.toml index 6f47694..7b8215a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flightgear_python" -version = "1.2.2" +version = "1.3.0" description = "Interface for FlightGear network connections" authors = ["Julianne Swinoga "] readme = "README.md"