| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-28 | chore(release): bump version to 0.3.0 and write changelog | natsuoto | 1 | -3/+10 | |
| Park the metadata at 0.3.0. This is not the release — the changelog header stays "(unreleased)" and we'll swap in a date when we actually tag. - setup.py, docs/conf.py, src/edify/__init__.py, .bumpversion.cfg: 0.2.2 -> 0.3.0. - README.rst: bump both `commits-since/v0.2.2` shields to v0.3.0. The shield will 404 until v0.3.0 is tagged, which is an accepted trade-off for keeping `bumpversion` config consistent. - CHANGELOG.rst: replace Copilot's stub `Unreleased` heading with a real `0.3.0 (unreleased)` entry covering everything since 0.2.2 — Python 3.7 drop (#32), 3.12/3.13/3.14 support and RTD updates (#31), GitHub Actions and PyPy and pre-commit modernization (#33, #35, #37), dependency floor bumps (#25-#29), repo infrastructure (#39), and housekeeping (#41, #43). - docs/conf.py: fix `extlinks` caption format. The old style — a bare prefix string like 'PR #' — was deprecated in Sphinx 5 and removed in Sphinx 6, but the bug stayed latent because no existing CHANGELOG entry actually used the `:pr:` or `:issue:` roles. The new changelog uses `:pr:` for every cross-reference, which is what surfaced the breakage in the docs CI job. Updated both captions to the modern `'PR #%s'` / `'#%s'` form. Closes #44 | |||||
| 2026-04-28 | chore: drop dead template exclusion and refresh copyright year | natsuoto | 1 | -1/+1 | |
| Two unrelated-but-tiny housekeeping items: - ci/templates/.github/workflows/github-actions.yml: the cookiecutter template still wrapped the matrix loop in `{% if prefix not in ['py37', 'pypy37'] %}`. Those tox envs were removed from `envlist` in #32, so the loop never visits them and the guard never fires. Dead Jinja, removed. - docs/conf.py: copyright year was hardcoded to '2022', which Sphinx was happily rendering as the docs footer in 2026. Bumped to a '2022-2026' span. Closes #42 | |||||
| 2026-04-28 | Update sphinx requirement from >=1.3 to >=7.4.7 | dependabot[bot] | 1 | -1/+1 | |
| Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v1.3...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2022-12-22 | Updated Changelog and Fixed Documentation | Bobby | 1 | -2/+2 | |
| 2022-12-22 | Bump version: 0.2.1 → 0.2.2 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | Bump version: 0.2.0 → 0.2.1 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | Revert "Bump version: 0.2.0 → 0.3.0" | Bobby | 1 | -1/+1 | |
| This reverts commit 73edbdcc0f258fd53a742397b4f993b9ec9a78ab. | |||||
| 2022-11-27 | Bump version: 0.2.0 → 0.3.0 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | changelog for v0.2.0 | Bobby | 1 | -0/+1 | |
| 2022-11-27 | Bump version: 0.1.0 → 0.2.0 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | added ssn and mac validators | Bobby | 1 | -0/+30 | |
| 2022-11-27 | added password validator | Bobby | 1 | -0/+27 | |
| 2022-11-27 | added guid validator | Bobby | 2 | -717/+18 | |
| 2022-11-27 | added zip code validator | Bobby | 2 | -0/+1470 | |
| 2022-11-27 | added uuid validator | Bobby | 1 | -0/+22 | |
| 2022-11-27 | added url validator | Bobby | 1 | -14/+49 | |
| 2022-10-06 | Update index.rst | Bobby | 1 | -1/+1 | |
| 2022-09-10 | Added date pattern | Bobby | 1 | -0/+42 | |
| 2022-09-10 | Added docs for ipv4 and ipv6 | Bobby | 1 | -0/+32 | |
| 2022-09-10 | Added email_rfc_5322 pattern | Bobby | 1 | -0/+14 | |
| 2022-09-10 | Update docs - added more functions | Bobby | 2 | -0/+49 | |
| 2022-09-03 | Added Builder Docs | Bobby | 2 | -1/+935 | |
| 2022-09-03 | Added Flags | Bobby | 8 | -33/+109 | |
| 2022-08-30 | Add initial project skeleton. | Bobby | 12 | -0/+115 | |
