From eea5c092fa1905b71ad6f79db824a3670e0560e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=A9=ED=98=84=EA=B7=9C?= Date: Fri, 10 May 2024 22:55:41 +0900 Subject: [PATCH] chore(master): release jtd-codebuild 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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',