Skip to content
Compare
Choose a tag to compare
@protected-auto-commits protected-auto-commits released this 09 Jul 22:57
· 102 commits to master since this release

v1.0.0 (2024-07-09)

Breaking

  • perf: Improve Card generation & Main Runner Script Code

BREAKING CHANGE: Major Release 🚀 (1e35e04)

Chore

  • chore: Update Steam Stats (984bfbf)

  • chore: Update Pylint Badge (860b652)

  • chore: Update Steam Stats (112176b)

  • chore(deps): bump pylint in the python-packages group (#8)

Bumps the python-packages group with 1 update: pylint.

Updates pylint from 3.2.3 to 3.2.5


updated-dependencies:

  • dependency-name: pylint
    dependency-type: direct:production
    update-type: version-update:semver-patch
    dependency-group: python-packages
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicco <38905025+Nicconike@users.noreply.github.com> (3915a4d)

  • chore: Update Steam Stats (bb5458c)

  • chore: Update Steam Stats (cc9f5fd)

  • chore: Update Steam Stats (b2f031e)

Ci

  • ci: update scoring for pylint badge (25fa44d)

  • ci: update badge url & codeql workflow (ee23446)

  • ci: move app token step at first (77cff48)

  • ci: update pylint badge generation (17dc2ce)

  • ci: Update pylint workflow (11097f3)

  • ci: Correct the pylint badge generation step (50be3f4)

  • ci: use custom pylint job instead of actions
    build: update dockerfile (ad37826)

  • ci: pylint workflow should workflow if github actions bot does a commit (b958eea)

  • ci: Update pylint workflow to commit to protected branch (c38fe71)

  • ci: update workflow (74c12c4)

  • ci: update workflows to check for github actor (74e18a3)

  • ci: Correct scout scan step (700840d)

  • ci: correct the docker workflow for tags (b64b7d1)

  • ci: revert change (1b03955)

  • ci: update release workflow (28afc5a)

  • ci: update docker action
    refactor: remove logger info in steam_stats.py (82bf032)

Documentation

  • docs: correct changelog & pyproject
    ci: misc changes (a84f81c)

Test

  • test: Improve codecov for card script to 84% (81d5f89)

  • test: Improve code cov for main script to 95%
    ci: Check prev release (17383b6)

  • test: increase code coverage for main script (f0a7f52)

  • test: update test_steam_workshop.py for 100% coverage (72c964f)

Unknown