Skip to content

Commit 00feca5

Browse files
committed
test
1 parent 5a5b216 commit 00feca5

14 files changed

+49
-57
lines changed

CHANGELOG.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,53 @@ Please see the fragment files in the `changelog.d directory`_.
2323

2424
.. scriv-insert-here
2525
26+
.. _changelog-0.9.0:
27+
28+
0.9.0 - 2026-02-07
29+
==================
30+
31+
Python support
32+
--------------
33+
34+
* Support Python 3.14.
35+
36+
* Drop support for Python 3.9.
37+
38+
Default styles
39+
--------------
40+
41+
* Support ``.tex`` (TeX/LaTeX).
42+
* Support ``.ly`` (Lilypond).
43+
44+
* Support ``.hx`` (Haxe).
45+
46+
* Support ``.gd`` (Godot).
47+
48+
Fixed
49+
-----
50+
51+
* Support setting custom extension configurations in user config.
52+
53+
Previously, setting an extension (like ``chipshot.extensions.yaml``)
54+
would erase all of the default extension configurations.
55+
56+
Development
57+
-----------
58+
59+
* Migrate the flake8 configuration to ``pyproject.toml`` using
60+
the `flake8-toml-config <https://github.com/kurtmckee/flake8-toml-config>`_ plugin.
61+
62+
* Test type annotations against all supported Python versions.
63+
* Lock the GitHub CI runners to known, predictable versions.
64+
65+
* Fix and expand the project URLs listed in ``pyproject.toml``.
66+
67+
* Test package building on minimum Python and build system versions.
68+
69+
* Automatically maintain the pre-commit config example in the README.
70+
71+
* Introduce a compatibility module for conditional code.
72+
2673
.. _changelog-0.8.0:
2774

2875
0.8.0 - 2025-04-14

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here's a sample configuration for ensuring your files have correct headers:
6464
# Filename: .pre-commit-config.yaml
6565
repos:
6666
- repo: 'https://github.com/kurtmckee/chipshot'
67-
rev: 'v0.8.0'
67+
rev: 'v0.9.0'
6868
hooks:
6969
- id: 'update-headers'
7070

changelog.d/20250622_120348_kurtmckee_updates.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250806_081302_kurtmckee_flake8_toml_config.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20250930_170125_kurtmckee_tex_comments.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20250930_172106_kurtmckee_updates.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

changelog.d/20251126_140836_kurtmckee_fix_pyproject_urls.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20260108_082908_kurtmckee_updates.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20260108_091457_kurtmckee_more_updates.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20260115_074633_kurtmckee_enable_extensions.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)