| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-28 | chore(release): bump version to 0.3.0 and write changelog | natsuoto | 1 | -2/+2 | |
| 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 | feat!: drop Python 3.7 support | Claude | 1 | -1/+1 | |
| 3.7 reached end-of-life on 2023-06-27. Copilot dropped 3.7 from the CI matrix in #30 but left the rest of the metadata pointing at it. - setup.py: drop the 3.7 classifier and bump `python_requires` to >=3.8 - pyproject.toml: bump black `target-version` to py38 - tox.ini: drop `py37` and `pypy37` envs and basepython entries - README.rst: bump quick-start Python range to 3.8-3.14 - ci/templates/.appveyor.yml: bump the `check` env from Python 3.6 to 3.8 to keep the floor consistent (template only, not currently rendered) BREAKING CHANGE: Edify now requires Python 3.8 or newer. | |||||
| 2026-04-28 | Update docs for Python 3.14 and fix RTD config | copilot-swe-agent[bot] | 1 | -1/+1 | |
| Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/2225fc94-db6d-4e8e-a836-dcf75baa47c8 Co-authored-by: luciferreeves <[email protected]> | |||||
| 2022-12-22 | Bump version: 0.2.1 → 0.2.2 | Bobby | 1 | -10/+10 | |
| 2022-11-27 | Added examples to readme | Bobby | 1 | -8/+124 | |
| 2022-11-27 | Update URLs for 0.2.1v0.2.1 | Bobby | 1 | -2/+2 | |
| 2022-11-27 | minor bump versionv0.2.0 | Bobby | 1 | -2/+2 | |
| 2022-09-18 | Fixed Grammar in Readme | Bobby | 1 | -1/+1 | |
| 2022-09-18 | Fixed and Updated Readme | Bobby | 1 | -41/+35 | |
| 2022-09-13 | Added `thanks to all contributors` section | Saptarshi Sarkar | 1 | -0/+4 | |
| 2022-09-13 | Added contribution guideline link in Readme | Saptarshi Sarkar | 1 | -0/+3 | |
| 2022-09-13 | Fixed the link to the license | Saptarshi Sarkar | 1 | -1/+1 | |
| 2022-09-13 | Updated README file | Saptarshi Sarkar | 1 | -0/+5 | |
| Added link to the License file in the Readme for easy access. | |||||
| 2022-09-10 | Added readme badges | Bobby | 1 | -15/+15 | |
| 2022-09-10 | Update docs - added more functions | Bobby | 1 | -1/+6 | |
| 2022-09-03 | Update Readme Links | Bobby | 1 | -2/+2 | |
| 2022-09-03 | Fixed bugs and passing tests | Bobby | 1 | -1/+1 | |
| 2022-09-02 | Removed Unused line | Bobby | 1 | -1/+0 | |
| 2022-09-02 | Fix Linting Checks | Bobby | 1 | -0/+1 | |
| 2022-09-02 | Added black line before description | Bobby | 1 | -0/+1 | |
| 2022-09-02 | Changed Docs version to stable | Bobby | 1 | -1/+1 | |
| 2022-09-02 | Added latest badge | Bobby | 1 | -1/+1 | |
| 2022-09-02 | Replace image with github link 🎆 | Bobby | 1 | -1/+1 | |
| 2022-09-02 | Added brands and updated readme ✨ | Bobby | 1 | -33/+76 | |
| 2022-08-31 | Remove requires.io as it is deprecated | Bobby | 1 | -6/+1 | |
| 2022-08-31 | Disable Broken Links | Bobby | 1 | -3/+3 | |
| 2022-08-30 | Remove AppVeyor Integration | Bobby | 1 | -5/+1 | |
| 2022-08-30 | Fixing Docs Build | Bobby | 1 | -15/+15 | |
| 2022-08-30 | Add initial project skeleton. | Bobby | 1 | -0/+107 | |
