Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Nov 28, 2023
1 parent 7081341 commit fdd6687
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: 'flake8'
additional_dependencies:
- 'flake8-bugbear==23.9.16'
- 'flake8-bugbear==23.11.26'

- repo: 'https://github.com/editorconfig-checker/editorconfig-checker.python'
rev: '2.7.3'
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,36 @@ Please see the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-0.2.0:

0.2.0 - 2023-11-28
==================

Added
-----

* Add two pre-commit hooks: ``check-headers`` and ``update-headers``.

Changed
-------

* Allow template literals in the config file using the ``template`` key.

Paths to template files can be defined in the ``template_path`` key.

* When no configuration file is specified,
``.chipshot.toml`` will be loaded first (if it exists).

``pyproject.toml`` will still be loaded as a fallback
if ``.chipshot.toml`` doesn't exist.

* Rename the ``--debug`` flag to ``--verbose``.

Documentation
-------------

* Add initial documentation.

.. _changelog-0.1.0:

0.1.0 - 2023-11-24
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20231125_112723_kurtmckee_pre_commit_hook.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231128_092055_kurtmckee_add_docs.rst

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "chipshot"
version = "0.1.0"
version = "0.2.0"
description = "Set up game-winning headers!"
readme = "README.rst"
authors = ["Kurt McKee <[email protected]>"]
license = "MIT"
repository = "https://github.com/kurtmckee/chipshot"
documentation = "https://chipshot.readthedocs.io"

[tool.poetry.dependencies]
python = ">=3.8"
Expand Down

0 comments on commit fdd6687

Please sign in to comment.