Skip to content

Commit e29cac0

Browse files
committed
chore(release): v0.1.0
1 parent 25fddbf commit e29cac0

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), an
66

77
## [Unreleased]
88

9+
## [0.1.0] - 2026-01-12
10+
11+
Initial release.
12+
913
### Added
1014

1115
- `SearchPath` class for ordered directory searching with scope names for provenance tracking
@@ -21,3 +25,6 @@ This format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), an
2125
- Exception hierarchy: `SearchPathError`, `PatternError`, `PatternSyntaxError`, `PatternFileError`, `ConfigurationError`
2226
- Optional `pathspec` dependency for full gitignore compatibility
2327
- Python 3.10+ support
28+
29+
[Unreleased]: https://github.com/tbhb/searchpath/compare/v0.1.0...HEAD
30+
[0.1.0]: https://github.com/tbhb/searchpath/releases/tag/v0.1.0

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
repository-code: "https://github.com/tbhb/searchpath"
1111
url: "https://searchpath.tbhb.dev"
1212
license: MIT
13-
version: "0.1.0a2"
13+
version: "0.1.0"
1414
date-released: "2026-01-12"
1515
keywords:
1616
- searchpath

docs/reference/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ toc_depth: 1
44

55
# Changelog
66

7-
## Unreleased
7+
For the authoritative changelog, see [CHANGELOG.md](https://github.com/tbhb/searchpath/blob/main/CHANGELOG.md) in the repository.
88

9-
This section tracks features and changes in development. For the authoritative changelog, see [CHANGELOG.md](https://github.com/tbhb/searchpath/blob/main/CHANGELOG.md) in the repository.
9+
## 0.1.0 (2026-01-12)
10+
11+
Initial release.
1012

1113
### Added
1214

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "searchpath"
7-
version = "0.1.0a2"
7+
version = "0.1.0"
88
description = "A library for filesystem path discovery and pattern matching."
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)