Skip to content

Commit

Permalink
Autogenerated release patch
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jan 1, 2024
1 parent c5b8a80 commit 95863db
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
#### [1.4.1](https://github.com/julianneswinoga/flightgear-python/compare/1.4.0...1.4.1)

> 1 January 2024
- Much better testing infrastructure (Full integration testing happening in CI!)
- Add black to poetry [`c6bbc98`](https://github.com/julianneswinoga/flightgear-python/commit/c6bbc98832fff03a7ba91550bd2989a6a0d8631f)
- Headless FlightGear script [`95ed5e0`](https://github.com/julianneswinoga/flightgear-python/commit/95ed5e0dcfeac8846cebdaf8931ecd4aaa192258)
- Add integration test script to CircleCI [`76e7043`](https://github.com/julianneswinoga/flightgear-python/commit/76e7043870f8a42ffb66f8fa51eb9c7c417656b4)
- Changed a lot of CI stuff, added http FG integration testing [`23b3e15`](https://github.com/julianneswinoga/flightgear-python/commit/23b3e15f4554478931b1a885d218213b726bfaf3)
- Add lots more tests to cover expected errors [`4f80df4`](https://github.com/julianneswinoga/flightgear-python/commit/4f80df4f1c9bcf8bb9095b75d0ed939f3de061ff)
- Add flake8 dependency, needed to downgrade sphinx [`a73cf48`](https://github.com/julianneswinoga/flightgear-python/commit/a73cf48d9d0a6b5fcc792e64f212b7e21dffe707)
- Add HTTPConnection unit tests [`d3a5812`](https://github.com/julianneswinoga/flightgear-python/commit/d3a581226c93750f139bf7f881c45bc9454a22c7)
- Add Gui integration tests [`bbdf925`](https://github.com/julianneswinoga/flightgear-python/commit/bbdf9257f15c564e6313f2761d2e1e549283ffb8)
- Add Ctrls integration tests [`0f3049c`](https://github.com/julianneswinoga/flightgear-python/commit/0f3049cd9df633f360f0021dc7aff6dbe0e5ca13)
- Add FDM integration tests [`639d211`](https://github.com/julianneswinoga/flightgear-python/commit/639d211289c1f85cfd1c72207a0c1281b7209326)
- Close sockets after running unit tests [`3406060`](https://github.com/julianneswinoga/flightgear-python/commit/34060606be82a193591369341d17c42c582c39a8)
- Allow arguments to be passed to pytest in run_tests.sh [`c099bc8`](https://github.com/julianneswinoga/flightgear-python/commit/c099bc8ca62338a00a15c2eabdd515aa72f5b9cd)
- Change from localhost to 127.0.0.1 for nc connection in integration script (doesn't work on some computers?) [`205f696`](https://github.com/julianneswinoga/flightgear-python/commit/205f6960513acd98b76172ca8eb2aee40f72b8dc)
- Add requests-mock dev dependency [`3e28f9a`](https://github.com/julianneswinoga/flightgear-python/commit/3e28f9a52177fd5b124959b973267ca9b771784d)
- Rename integration tests [`66bcfc9`](https://github.com/julianneswinoga/flightgear-python/commit/66bcfc9ed505f9af10a56c6ae07171db92c098d4)
- Add telnet integration tests [`9b949e0`](https://github.com/julianneswinoga/flightgear-python/commit/9b949e0c71b208a22b2aaf97913524c273de11c0)
- Add HTTP vs Telnet comparison integration tests [`1513145`](https://github.com/julianneswinoga/flightgear-python/commit/15131454f3117b6d49272c9ad5f68942d5428608)
- Fixed broken dev dependencies in pyproject.toml (rather than sketchy CI) [`5d95a67`](https://github.com/julianneswinoga/flightgear-python/commit/5d95a67ca479458da4bb175706ccbf0ede4f93e0)
- Code format using black [`cea008f`](https://github.com/julianneswinoga/flightgear-python/commit/cea008fd415173f9a19f0787d871ac30eb2aafee)
- Abstract out cache templates in yaml, tried just poetry for Windows [`daf927d`](https://github.com/julianneswinoga/flightgear-python/commit/daf927dc6555aef5dc61e3ff09169eece31f237d)
- Add lint job to circleci, run black [`548d9dd`](https://github.com/julianneswinoga/flightgear-python/commit/548d9ddc38276b3ce547aee3253316ff3bac8129)
- Add flake8 configuration, run flake8: [`de9aecb`](https://github.com/julianneswinoga/flightgear-python/commit/de9aecb81afd6f9a83d4bcb6b2cf0cb25931334a)
- Add poetry linux cache [`ea78a13`](https://github.com/julianneswinoga/flightgear-python/commit/ea78a1311c8dac80517c305e31a13252018d5246)
- Windows cache working, but doesn't seem to save any time :/ [`d7ef95b`](https://github.com/julianneswinoga/flightgear-python/commit/d7ef95b0a5cea1eb983bfb985e4481314bea10b4)
- Add `fgdata` cache [`87183a7`](https://github.com/julianneswinoga/flightgear-python/commit/87183a727d2f0a5244c29d3bc2d7e0f339578240)
- Check coveralls token before running [`274dd03`](https://github.com/julianneswinoga/flightgear-python/commit/274dd03d242374928f62921aebf1d72acc029832)
- Add flake8 to circleci lint job [`0f7c9a3`](https://github.com/julianneswinoga/flightgear-python/commit/0f7c9a3338465c5d9ff587130531fe7c76570feb)
- Move `fg_rx_sock.settimeout` from `_rx_process()` to `connect_rx()` [`7e5a47b`](https://github.com/julianneswinoga/flightgear-python/commit/7e5a47bcf06c14afb2ed8b8faa0820280575c8cc)
- Add link to pypistats.org in downloads badge [`75aa9c0`](https://github.com/julianneswinoga/flightgear-python/commit/75aa9c0796b1abf3b24ae98dae955b041a92674c)
- Make socket blocking? Fix weird Windows error: [`c5b8a80`](https://github.com/julianneswinoga/flightgear-python/commit/c5b8a80d8213c0ba2ac03458ce02bc2f83714e53)
- Add `.xml` coverage output to `.gitignore` [`c657fbb`](https://github.com/julianneswinoga/flightgear-python/commit/c657fbb3a29380703b80bb447180be07d560b186)

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

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

0 comments on commit 95863db

Please sign in to comment.