diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..edeeb23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.2.0](https://github.com/cerebruminc/types-nameparser/compare/v0.1.0...v0.2.0) (2025-09-11) + + +### Features + +* add CI/CD workflows for automated releases and unit testing ([9848c14](https://github.com/cerebruminc/types-nameparser/commit/9848c14f6d4421bf18ad49a0238270a20cbf6e73)) +* add CI/CD workflows for automated releases and unit testing ([c05a0c0](https://github.com/cerebruminc/types-nameparser/commit/c05a0c03f556c6652e7bd4228d5c7ec5b28306b1)) +* add initial stub build ([24e20e9](https://github.com/cerebruminc/types-nameparser/commit/24e20e954e18ca074d84554f0b6a57b740de4450)) diff --git a/pyproject.toml b/pyproject.toml index 69d241c..4c0b3ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "types-nameparser" -version = "0.1.0" +version = "0.2.0" description = "Typing stubs for the nameparser library" classifiers = ["Typing :: Stubs Only"]