Skip to content

v11.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 00:36
· 51 commits to release/v1 since this release

v11.1.4 (2024-04-30)

Chore

  • chore: Don't try to publish if you're not the bossmang, sassa (#145)

  • chore: lint fixes

  • chore: only try to publish from eyeonus repos

fixes #134

This makes the publish job dependent on being the eyeonus repository. It also moves the requirements files
into the top-level directory and organizes them into requirements, requirements-dev, and requirements-publish
which incrementally reference the previous requirements file to simplify them.

It's unusual for requirements*.txt to be in a subdirectory these days, and various tools are lazy about it,
which can make these chained-references problematic as some tools will intepret them relatively and some
won't; ergo having them in the tld together is less likely to suddenly not work one day.


Co-authored-by: Jonathan Jones <[email protected]> (dce2563)

Documentation

  • docs: more CHANGELOG cleanup (77c54b0)

  • docs: CHANGELOG.md cleanup (2885059)

Fix

  • fix: fix linter errors in trade.py (f8effe4)

  • fix: fix linter paths to trade.py and tradegui.py (d6f92cc)

Refactor

  • refactor: use the rfc-correct Accept-Encoding (6c31521)