aboutsummaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2026-04-28chore(release): bump version to 0.3.0 and write changelognatsuoto1-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-28feat!: drop Python 3.7 supportClaude1-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-28Update docs for Python 3.14 and fix RTD configcopilot-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-22Bump version: 0.2.1 → 0.2.2Bobby1-10/+10
2022-11-27Added examples to readmeBobby1-8/+124
2022-11-27Update URLs for 0.2.1v0.2.1Bobby1-2/+2
2022-11-27minor bump versionv0.2.0Bobby1-2/+2
2022-09-18Fixed Grammar in ReadmeBobby1-1/+1
2022-09-18Fixed and Updated ReadmeBobby1-41/+35
2022-09-13Added `thanks to all contributors` sectionSaptarshi Sarkar1-0/+4
2022-09-13Added contribution guideline link in ReadmeSaptarshi Sarkar1-0/+3
2022-09-13Fixed the link to the licenseSaptarshi Sarkar1-1/+1
2022-09-13Updated README fileSaptarshi Sarkar1-0/+5
Added link to the License file in the Readme for easy access.
2022-09-10Added readme badgesBobby1-15/+15
2022-09-10Update docs - added more functionsBobby1-1/+6
2022-09-03Update Readme LinksBobby1-2/+2
2022-09-03Fixed bugs and passing testsBobby1-1/+1
2022-09-02Removed Unused lineBobby1-1/+0
2022-09-02Fix Linting ChecksBobby1-0/+1
2022-09-02Added black line before descriptionBobby1-0/+1
2022-09-02Changed Docs version to stableBobby1-1/+1
2022-09-02Added latest badgeBobby1-1/+1
2022-09-02Replace image with github link 🎆Bobby1-1/+1
2022-09-02Added brands and updated readme ✨Bobby1-33/+76
2022-08-31Remove requires.io as it is deprecatedBobby1-6/+1
2022-08-31Disable Broken LinksBobby1-3/+3
2022-08-30Remove AppVeyor IntegrationBobby1-5/+1
2022-08-30Fixing Docs BuildBobby1-15/+15
2022-08-30Add initial project skeleton.Bobby1-0/+107