| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-29 | chore(release): date 0.3.0 changelog entry | natsuoto | 1 | -1/+1 | |
| Stamp the changelog header with today's date in preparation for tagging v0.3.0. No metadata changes — version was already set to 0.3.0 in #45; this just dates the entry so the release notes are ready when we cut the tag. Closes #50 | |||||
| 2026-04-28 | chore: remove dead cookiecutter regeneration infrastructure | natsuoto | 1 | -0/+1 | |
| The repo was bootstrapped from `cookiecutter-pylibrary`. The regeneration scaffolding has been sitting around since then — unused, out of date, and in some cases pointing at infrastructure (AppVeyor) that hasn't been part of CI for years. Knock it all down in one sweep so there's nothing dead-by-design in the tree after this PR. Removed - `.cookiecutterrc` — cookiecutter regen metadata. - `ci/bootstrap.py` — entry point for regenerating workflow files from the templates. - `ci/templates/` (whole directory): - `.appveyor.yml` template (AppVeyor isn't wired up). - `.github/workflows/github-actions.yml` Jinja template (the live workflow has evolved past it via #32, #35, #37). Coupled updates - `tox.ini`: dropped the `[testenv:bootstrap]` env (calls deleted `bootstrap.py`) and the `bootstrap` reference in the basepython selector. - `MANIFEST.in`: removed `include .cookiecutterrc`. - `setup.cfg`: removed `ci/templates` from the flake8 `exclude` and isort `skip` lists (dead exclusion paths). - `.pre-commit-config.yaml`: removed `ci/templates` from the top-level `exclude` regex. - `tests.local.sh`: replaced the per-version `if/elif` chain (which still listed Python 3.7 and missed 3.12-3.14) with a single programmatic `tox -e py$VERSION` lookup against `tox --listenvs-all`. Self-maintaining when the matrix changes. - `CHANGELOG.rst`: added a Housekeeping bullet for this PR. Live and untouched - `ci/requirements.txt` is still installed by every CI workflow (`pip install -r ci/requirements.txt`). Not regen-related. Closes #46 | |||||
| 2026-04-28 | chore(release): bump version to 0.3.0 and write changelog | natsuoto | 1 | -4/+39 | |
| 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 | Update docs for Python 3.14 and fix RTD config | copilot-swe-agent[bot] | 1 | -0/+5 | |
| Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/2225fc94-db6d-4e8e-a836-dcf75baa47c8 Co-authored-by: luciferreeves <[email protected]> | |||||
| 2022-12-22 | Updated Changelogv0.2.2 | Bobby | 1 | -0/+1 | |
| 2022-12-22 | Updated Changelog and Fixed Documentation | Bobby | 1 | -0/+4 | |
| 2022-11-27 | Changelog for Quickfix 0.2.1 | Bobby | 1 | -0/+5 | |
| 2022-11-27 | fixed changelog | Bobby | 1 | -1/+1 | |
| 2022-11-27 | changelog for v0.2.0 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | changelog for v0.2.0 | Bobby | 1 | -0/+26 | |
| 2022-09-10 | Changelog for upcoming release 0.1.0 | Bobby | 1 | -1/+1 | |
| 2022-08-30 | Add initial project skeleton. | Bobby | 1 | -0/+8 | |
