Skip to content

Commit 482763d

Browse files
committed
test
1 parent 7af207c commit 482763d

14 files changed

+41
-57
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,45 @@ 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+
* Drop support for Python 3.9.
36+
37+
Default styles
38+
--------------
39+
40+
* Support ``.tex`` (TeX/LaTeX).
41+
* Support ``.ly`` (Lilypond).
42+
* Support ``.hx`` (Haxe).
43+
* Support ``.gd`` (Godot).
44+
45+
Fixed
46+
-----
47+
48+
* Support setting custom extension configurations in user config.
49+
50+
Previously, setting an extension (like ``chipshot.extensions.yaml``)
51+
would erase all of the default extension configurations.
52+
53+
Development
54+
-----------
55+
56+
* Migrate the flake8 configuration to ``pyproject.toml`` using
57+
the `flake8-toml-config <https://github.com/kurtmckee/flake8-toml-config>`_ plugin.
58+
* Test type annotations against all supported Python versions.
59+
* Lock the GitHub CI runners to known, predictable versions.
60+
* Fix and expand the project URLs listed in ``pyproject.toml``.
61+
* Test package building on minimum Python and build system versions.
62+
* Automatically maintain the pre-commit config example in the README.
63+
* Introduce a compatibility module for conditional code.
64+
2665
.. _changelog-0.8.0:
2766

2867
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)