Skip to content

Releases: vil02/puzzle_generator

v0.7.1

29 Jul 19:51
dc06cbc
Compare
Choose a tag to compare

What's Changed

  • chore: run ruff in check_all_python_files.sh by @vil02 in #54
  • feat: encrypt signatures by @vil02 in #53

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 Jul 16:45
269ae03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Jul 18:57
eb57696
Compare
Choose a tag to compare

What's Changed

  • feat: make input of create_puzzle.create more human friendly by @vil02 in #51

Full Changelog: v0.5.3...v0.6.0

v0.5.3

28 Jul 11:13
fca30b8
Compare
Choose a tag to compare

What's Changed

  • refactor: simplify create_puzzle.create by @vil02 in #50

Full Changelog: v0.5.2...v0.5.3

v0.5.2

28 Jul 10:36
04b2fd2
Compare
Choose a tag to compare

What's Changed

  • style: add some type hints by @vil02 in #48
  • refactor: update project structure by @vil02 in #49

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Jul 18:50
8d39058
Compare
Choose a tag to compare

What's Changed

  • docs: answers were never stored in the output by @vil02 in #47

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Jul 17:44
f326f22
Compare
Choose a tag to compare

What's Changed

  • chore: add publish.yml by @vil02 in #43
  • fix: use proper names by @vil02 in #44
  • chore: add create_tag by @vil02 in #45
  • feat: return string from create_puzzle.create by @vil02 in #46

Full Changelog: v0.4.2...v0.5.0

v0.4.2

27 Jul 15:41
9ffef54
Compare
Choose a tag to compare

What's Changed

  • chore: add python_test.yml by @vil02 in #1
  • chore: configure third party checks by @vil02 in #2
  • docs: add badges by @vil02 in #3
  • docs: add third party badges by @vil02 in #4
  • chore: configure dependabot by @vil02 in #5
  • chore: Configure Renovate by @renovate in #11
  • chore(deps-dev): update coverage requirement from 7.5.0 to 7.6.0 by @dependabot in #6
  • chore(deps-dev): update black requirement from 24.4.1 to 24.4.2 by @dependabot in #7
  • chore(deps): update dependency mypy to v1.11.0 by @renovate in #16
  • chore(deps): update dependency pytest to v8.3.1 by @renovate in #18
  • chore(deps): update dependency pylint to v3.2.6 by @renovate in #17
  • chore(deps-dev): update flake8 requirement from 7.0.0 to 7.1.0 by @dependabot in #9
  • chore(deps): update dependency ruff to v0.5.4 by @renovate in #13
  • docs: add metadata by @vil02 in #19
  • tests: test create_puzzle by @vil02 in #20
  • fix: use proper branch name by @vil02 in #21
  • chore: add black_format.yml by @vil02 in #23
  • style: use more natural formating of the output by @vil02 in #22
  • chore: add all_url_check.yml by @vil02 in #24
  • refactor: add in_decrypt_str argument to _run_puzzle by @vil02 in #29
  • style: cleanup test_encryption_utils by @vil02 in #30
  • refactor: open for different encryption methods by @vil02 in #31
  • chore(deps): update dependency ruff to v0.5.5 by @renovate in #33
  • chore(deps): update dependency pytest to v8.3.2 by @renovate in #32
  • chore: bump version to 0.2.0 by @vil02 in #34
  • docs: add PyPi badge by @vil02 in #35
  • chore: add check_examples by @vil02 in #36
  • chore: run mypy on whole project by @vil02 in #37
  • feat: add spiced_simple_encryption by @vil02 in #38
  • docs: fix typo and update pypi badge by @vil02 in #39
  • feat: join encrypted message and signature by @vil02 in #40
  • tests: test run_puzzle by @vil02 in #41
  • style: unify urls in advertisement string by @vil02 in #42

New Contributors

Full Changelog: https://github.com/vil02/puzzle_generator/commits/v0.4.2