Skip to content

Commit c86ce29

Browse files
committed
Update CHANGELOG.md
1 parent 05d607a commit c86ce29

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ htmlcov/
99
.coverage.*
1010
coverage.xml
1111

12+
.env
1213
*.pyc
1314
*.log
1415
*.tmp
@@ -21,4 +22,4 @@ testing_tools/real_apis/*/
2122
build/
2223
dist/
2324
lib/
24-
*.egg-info/
25+
*.egg-info/

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/bogdandm/json2python-models/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Change default classes structure type to FLAT [\#32](https://github.com/bogdandm/json2python-models/pull/32) ([bogdandm](https://github.com/bogdandm))
10+
- Add python3.8 and 3.9-dev to test matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm))
11+
- Pydantic models generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm))
12+
- Add more reserved words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm))
13+
- Update ordered-set requirement from ==3.\* to ==4.\* [\#27](https://github.com/bogdandm/json2python-models/pull/27) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
14+
15+
# Changelog
16+
17+
## [Unreleased](https://github.com/bogdandm/json2python-models/tree/HEAD)
18+
19+
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...HEAD)
20+
21+
**Merged pull requests:**
22+
23+
- Add python3.8 and 3.9-dev to test matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm))
24+
- Pydantic models generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm))
25+
- Add more reserved words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm))
26+
- Update ordered-set requirement from ==3.\* to ==4.\* [\#27](https://github.com/bogdandm/json2python-models/pull/27) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
27+
128
# Change Log
229

330
## [v0.1.2](https://github.com/bogdandm/json2python-models/tree/v0.1.2) (2019-06-17)
@@ -68,4 +95,9 @@
6895

6996

7097

71-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
98+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
99+
100+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
101+
102+
103+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)