Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ pyproject.toml (Dependencies & tool config)
`pyproject.toml`, structure, or core logic changes.
- **Pre-commit Config:** Keep `.pre-commit-config.yaml`
in sync with CI workflow when test requirements change.
- **YAML Files:** Use `.yaml` extension for all YAML files
(e.g., `.github/workflows/ci.yaml` instead of `.yml`).

## Workflow Commands

Expand Down
2 changes: 2 additions & 0 deletions AGENTS_MANUAL_CHECKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ pyproject.toml (Dependencies & tool config)
- **Keep Instructions Current:** Update "Tech Stack,"
"Project Structure," and "Workflow Commands" if
`pyproject.toml`, structure, or core logic changes.
- **YAML Files:** Use `.yaml` extension for all YAML files
(e.g., `.github/workflows/ci.yaml` instead of `.yml`).

## Workflow Commands

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ in this file.
The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.1.2] - 2026-07-27 - #12 "Standardize to .yaml"

### Changed

- Renamed CI workflow from `.yml` to `.yaml` for
- consistent YAML extension usage.

## [0.1.1] - 2026-07-10 - #11 "Add python prek hooks for git pre-commit"

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-package-template"
version = "0.1.1"
version = "0.1.2"
description = "A simple package using pydantic"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading