Skip to content

Latest commit

 

History

History
219 lines (116 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

219 lines (116 loc) · 11.7 KB

algorithmic-excercises CHANGELOG

3.1.0 (2025-01-07)

Features

  • pypyr-config.yaml: for qa aliases (#41) (6a2b3f4)

3.0.0 (2025-01-07)

chore

BREAKING CHANGES

  • poetry: Some commands don't work as they used to, like

$> poetry lock --no-update

2.10.0 (2025-01-07)

Features

  • requirements.cli.txt: Refactor dev.dependencies (#38) (4257250)

2.9.11 (2025-01-05)

Bug Fixes

  • .releaserc.mjs: in-line (8b03ebe)
  • .releaserc.mjs: prepareCmd (a7dd664)
  • .releaserc.mjs: prettier (1b20d51)

2.9.10 (2025-01-05)

Bug Fixes

  • .releaserc.mjs: prepareCmd (6e72678)

2.9.9 (2025-01-05)

Bug Fixes

  • CHANGELOG.md: style (3e456e3)
  • package.json: Remove postsemantic-release (403ded0)

2.9.8 (2025-01-05)

Bug Fixes

  • .releaserc.mjs: verifyReleaseCmd (92e606c)

2.9.7 (2025-01-05)

Bug Fixes

  • .releaserc.mjs: generateNotes (460a1b4)

2.9.6 (2025-01-05)

Bug Fixes

2.9.5 (2025-01-05)

Bug Fixes

  • semantic-release: added exec plugin (#33) (be73f1a)

2.9.4 (2025-01-05)

Bug Fixes

  • leetcode/easy/reverse_string: w/o mem alloc (#30) (865f241)

2.9.3 (2025-01-04)

Bug Fixes

2.9.2 (2025-01-04)

Bug Fixes

  • package.json: requirements.min left-over (337b0f5)

2.9.1 (2025-01-04)

Bug Fixes

  • requirements.min.txt left-overs (ec940fb)

2.9.0 (2025-01-04)

Features

2.8.0 (2025-01-03)

Features

  • reusable workflows: From percebus/github-actions-* (#27) (389e942)

2.7.0 (2024-11-03)

Features

  • largest palindrome product: by digits (#25) (cdee058)
  • largest_palindrome_product: Code (907efc0)
  • typings/hamcrest: "Partially unkown" (58359c4)

2.6.0 (2024-10-30)

Bug Fixes

  • configuration.py typings: Added type hints (85b6fe8)
  • coverage: Remove tests/ from stats (8777834)

Features

2.5.0 (2024-10-30)

Features

  • more linting: Tweaked linters and fixed accordingly (#23) (4446d06)

2.4.0 (2024-10-29)

Features

  • benchmarks: Main benchmark for benchmarks (8d57abe)
  • typing: Added typing, protocols, interfaces, ABCs, etc. (#21) (3330b4f)

2.3.0 (2024-09-07)

Features

  • euler: Sum Fobonacci Even Numbers (5c5706b)
  • even_fibonacci_numbers: From EULER (#20) (07144b8)
  • pypyr build: w/ poetry export (259d1a2)

2.2.1 (2024-08-17)

Bug Fixes

  • problems/lib: remove *.pyc (d395aab)

2.2.0 (2024-08-17)

Features

  • __main__: All problems so far (c3a7d62)
  • __main__: All problems so far (#18) (36537f2)

2.1.2 (2024-08-17)

Bug Fixes

  • scripts/pip/installl.ba.sh: PIP_CLI_OPTS (92e592a)

2.1.1 (2024-07-29)

Bug Fixes

  • CHANGELOG: Add proper title (1d28fc0)

2.1.0 (2024-07-29)

Features

  • config: Settings & Configuration (0427239)

2.0.1 (2024-07-29)

Bug Fixes

2.0.0 (2024-07-29)

Code Refactoring

  • src.problems: Changed several into modules (#14) (3c2fc3b)

BREAKING CHANGES

  • src.problems: Changed py files into py modules

1.1.5 (2024-07-28)

Bug Fixes

  • package.json: remove setup:ci (1dabbbf)

1.1.4 (2024-07-28)

Bug Fixes

  • .github/workflows/always.yml: pip install (0efd84b)

1.1.3 (2024-07-27)

Bug Fixes

  • .releaserc.msj: Moved CHANGELOG (d6639eb)

1.1.0 (2024-07-27)

Features

  • problems/interviews: shortest_common_prefixes (2fc50b0)
  • problems/interviews: shortest_common_prefixes (#12) (d507363)