Releases: vil02/str8ts_solver
Releases · vil02/str8ts_solver
v0.4.0
What's Changed
- chore(deps-dev): bump ruff from 0.15.1 to 0.15.2 by @dependabot[bot] in #58
- chore(deps-dev): bump pylint from 4.0.4 to 4.0.5 by @dependabot[bot] in #61
- chore(deps): bump lycheeverse/lychee-action from 2.7.0 to 2.8.0 in /.github/workflows by @dependabot[bot] in #63
- chore(deps-dev): bump isort from 7.0.0 to 8.0.0 by @dependabot[bot] in #59
- chore(deps-dev): bump bandit from 1.9.3 to 1.9.4 by @dependabot[bot] in #64
- chore(deps-dev): bump ruff from 0.15.2 to 0.15.4 by @dependabot[bot] in #66
- chore(deps-dev): bump isort from 8.0.0 to 8.0.1 by @dependabot[bot] in #67
- chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 in /.github/workflows by @dependabot[bot] in #62
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 in /.github/workflows by @dependabot[bot] in #65
- chore(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in /.github/workflows by @dependabot[bot] in #68
- chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 in /.github/workflows by @dependabot[bot] in #69
- chore(deps): bump z3-solver from 4.15.8.0 to 4.16.0.0 by @dependabot[bot] in #60
- chore: bump version to
0.4.0by @vil02 in #70
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 in /.github/workflows by @dependabot[bot] in #33
- chore(deps-dev): bump pyright[nodejs] from 1.1.407 to 1.1.408 by @dependabot[bot] in #34
- chore(deps-dev): bump ruff from 0.14.10 to 0.14.11 by @dependabot[bot] in #35
- chore(deps): bump github/codeql-action from 4.31.9 to 4.31.10 in /.github/workflows by @dependabot[bot] in #36
- chore(deps-dev): bump ruff from 0.14.11 to 0.14.13 by @dependabot[bot] in #37
- chore(deps-dev): bump black from 25.12.0 to 26.1.0 by @dependabot[bot] in #38
- chore(deps-dev): bump bandit from 1.9.2 to 1.9.3 by @dependabot[bot] in #39
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows by @dependabot[bot] in #40
- chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 in /.github/workflows by @dependabot[bot] in #41
- chore(deps-dev): bump ruff from 0.14.13 to 0.14.14 by @dependabot[bot] in #42
- chore(deps-dev): bump coverage from 7.13.1 to 7.13.2 by @dependabot[bot] in #44
- chore(deps): bump github/codeql-action from 4.31.10 to 4.32.0 in /.github/workflows by @dependabot[bot] in #45
- chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.2.1 in /.github/workflows by @dependabot[bot] in #46
- chore(deps): bump github/codeql-action from 4.32.0 to 4.32.2 in /.github/workflows by @dependabot[bot] in #50
- chore(deps-dev): bump coverage from 7.13.2 to 7.13.3 by @dependabot[bot] in #48
- chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 by @dependabot[bot] in #49
- chore(deps): bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/workflows by @dependabot[bot] in #51
- chore(deps-dev): bump coverage from 7.13.3 to 7.13.4 by @dependabot[bot] in #53
- chore(deps-dev): bump ruff from 0.15.0 to 0.15.1 by @dependabot[bot] in #55
- chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 in /.github/workflows by @dependabot[bot] in #56
- chore(deps): bump z3-solver from 4.15.4.0 to 4.15.8.0 by @dependabot[bot] in #54
- chore: bump version to
0.3.0by @vil02 in #57
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- tests: add
FULLY_BLOCKEDsample by @vil02 in #27 - chore: move permissions to job level to resolve S8264 by @vil02 in #28
- chore: add permissions at the top level by @vil02 in #29
- chore: exclude
examplesfrom sonar coverage and duplication by @vil02 in #30 - chore: add
check_examplesby @vil02 in #31 - docs: update readme by @vil02 in #32
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- chore: add
all_url_checkby @vil02 in #17 - docs: add basic usage example by @vil02 in #18
- style: make
DIRSan array by @vil02 in #19 - chore: add
banditby @vil02 in #20 - chore: comply with PEP 735 by @vil02 in #21
- fix: make check examples able to fail by @vil02 in #22
- chore: add
pip_auditby @vil02 in #24 - chore(deps-dev): bump coverage from 7.13.0 to 7.13.1 by @dependabot[bot] in #23
- refactor: remove asserts, validate input by @vil02 in #25
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- style: add missing newline by @vil02 in #8
- chore: add
third_party_checks.ymlby @vil02 in #9 - fix: make full depth checkout in
third_party_checksby @vil02 in #11 - docs: add badges by @vil02 in #10
- chore: add
scorecard.ymlby @vil02 in #12 - chore: configure dependabot by @vil02 in #13
- fix: restrict permisions to contents by @vil02 in #15
- chore(deps-dev): bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in #14
- docs: add scorecard badge by @vil02 in #16
New Contributors
- @dependabot[bot] made their first contribution in #14
Full Changelog: v0.1.2...v0.1.3