Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@danvratil danvratil released this 05 Dec 20:25
· 21 commits to main since this release
v0.10.0
fa5bc42

What's Changed

  • Rethrow exceptions from QCoro::waitFor() (fixes #172) by @danvratil in #173
  • qcorowebsocket replace QWebSocket::error with QWebSocket::errorOccurred by @nmariusp in #174
  • Add Qt 6.5 to the CI matrix by @danvratil in #176
  • QCoro::connect: Fix bug in concept requirements by @jbbgameich in #179
  • Avoid deprecated QVERIFY_EXCEPTION_THROWN by @danvratil in #180
  • Make QCoroTask header contain only declarations by @danvratil in #183
  • QCoroAsyncGenerator test: workaround compiler optimizations that breaks tests by @danvratil in #189
  • Update pygments requirement from ~=2.15 to ~=2.16 by @dependabot in #184
  • Update pymdown-extensions requirement from ~=9.11 to ~=10.3 by @dependabot in #190
  • Append postfix for qmake compatibility by @shaan7 in #192
  • Add support for connecting signals with QPrivateSignal by @danvratil in #193
  • QCoroSignalListener: support connecting to private signals by @danvratil in #194
  • fix error: std::coroutine_traits isn't a class template by @sizeofvoid in #196
  • Update pymdown-extensions requirement from ~=10.3 to ~=10.4 by @dependabot in #195
  • Update pygments requirement from ~=2.16 to ~=2.17 by @dependabot in #197
  • Update pymdown-extensions requirement from ~=10.4 to ~=10.5 by @dependabot in #198

New Contributors

Full Changelog: v0.9.0...v0.10.0