diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b0480e9..bc49ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [1.1.0](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v1.0.1...jtd-codebuild-v1.1.0) (2024-05-10) + + +### Features + +* add glob support ([fb2ab03](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/fb2ab03ce15699685c8f391d0e2e82eab08734c4)) + ## [1.0.1](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v1.0.0...jtd-codebuild-v1.0.1) (2024-05-01) diff --git a/pyproject.toml b/pyproject.toml index a0d1256..3d44f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jtd-codebuild" -version = "1.0.1" +version = "1.1.0" description = "Tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format. Powered by jtd-codegen." classifiers = [ 'Development Status :: 5 - Production/Stable',