Skip to content

Commit 3adbafa

Browse files
chore(master): release jtd-codebuild 1.0.0
1 parent 3075b83 commit 3adbafa

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## [1.0.0](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v0.8.0...jtd-codebuild-v1.0.0) (2024-04-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* jtd-codebuild v1
11+
12+
### Features
13+
14+
* add project config json schema ([b20ed9e](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/b20ed9ef76799b106a3eca0a781c3423ef61d2c0))
15+
* add python discriminator support ([d723fb9](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/d723fb9dc6c2dbef8431e377dbd13e4670ab39eb))
16+
* better logging ([3075b83](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/3075b83412f380520c50f37aac8cfff167189157))
17+
* implement jtd-codebuild ([0d80631](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/0d80631450479eed99a71d09c7ada370bc1bfef1))
18+
* jtd-codebuild v1 ([284c014](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/284c0148d9473e8fe4811be7ae2e30b1198c0456))
19+
20+
21+
### Bug Fixes
22+
23+
* format ([5d1eb7b](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/5d1eb7b82b3ba19bd6291036d57be4710bbe797d))
24+
* generate functionality ([6221025](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/6221025adf01c335c93d54aee9f355ce08eff8c8))
25+
26+
27+
### Documentation
28+
29+
* add codegen docs ([0f62a91](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/0f62a9108c385d1063e7f2b34d41d332700a7c2d))
30+
* additional docs ([30bcd3d](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/30bcd3df9a80cfe331065c606729e68967f7e6ef))
31+
532
## [0.8.0](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v0.7.0...jtd-codebuild-v0.8.0) (2024-04-13)
633

734

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jtd-codebuild"
3-
version = "0.8.0"
3+
version = "1.0.0"
44
description = "Tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format. Powered by jtd-codegen."
55
classifiers = [
66
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)