diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38dc7f3..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.4" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bdd88..4efd136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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