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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.4"
".": "2.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ This file is automatically generated by [release-please](https://github.com/goog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0](https://github.com/PolusAI/filepattern/compare/v2.1.4...v2.2.0) (2026-03-13)


### Features

* migrate to setuptools-scm and automated releases ([9bc0f06](https://github.com/PolusAI/filepattern/commit/9bc0f062224137d7302f120a5cd3241a5fcd1ba8))


### Bug Fixes

* handle non-alphanumeric characters in infer_pattern ([#102](https://github.com/PolusAI/filepattern/issues/102)) ([#103](https://github.com/PolusAI/filepattern/issues/103)) ([55add89](https://github.com/PolusAI/filepattern/commit/55add890b156608946ca15d63e0b3d3ff3aee75b))

## [2.1.4](https://github.com/PolusAI/filepattern/releases/tag/v2.1.4) (2025-03-10)

### Bug Fixes
Expand Down