Skip to content

Commit 4668e22

Browse files
authored
Changlogs for 0.12.0, 0.12.1, and 0.13.0-b1 (#196)
1 parent 7acc8c0 commit 4668e22

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,54 @@
1-
# dbt-codegen v0.12.0-b1
1+
# dbt-codegen v0.13.0-b1
22

33
## What's Changed
44

55
### Features
66

7-
- `generate_model_yaml` with `upstream_descriptions=True` now reads from upstream sources in addition to models.(#112)[https://github.com/dbt-labs/dbt-codegen/issues/112]
8-
- `generate_source` now has options for case sensitivity in all fields ([#112](https://github.com/dbt-labs/dbt-codegen/issues/112)
7+
* Read upstream descriptions from sources by @esegal in https://github.com/dbt-labs/dbt-codegen/pull/154
8+
* Case sensitive generate source by @pnadolny13 in https://github.com/dbt-labs/dbt-codegen/pull/168
99

1010
### Fixes
1111

12-
- Column `description` fields are now correctly escaped in `generate_model_yaml` ([#142](https://github.com/dbt-labs/dbt-codegen/issues/142))
12+
* Escape upstream descriptions in generate_model_yaml by @wircho in https://github.com/dbt-labs/dbt-codegen/pull/159
1313

1414
### Docs
1515

16-
- Fixed `generate_source` documentation
17-
- Rewrote the contributor README at `integration_tests/README.md`
16+
* fix generate_source example by @yatsky in https://github.com/dbt-labs/dbt-codegen/pull/164
17+
* Improve developer README by @gwenwindflower in https://github.com/dbt-labs/dbt-codegen/pull/163
18+
* Fix bad spacing in dev README by @gwenwindflower in https://github.com/dbt-labs/dbt-codegen/pull/170
19+
* Update Changelog by @gwenwindflower in https://github.com/dbt-labs/dbt-codegen/pull/174
1820

1921
## New Contributors
2022

2123
- @wircho made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/159
2224
- @yatsky made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/164
23-
- @pnadolny made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/168
25+
- @pnadolny13 made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/168
2426
- @esegal made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/154
2527
- @gwenwindflower made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/163
2628

27-
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.11.0...0.12.0-b1
29+
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.12.1...v0.13.0-b1
2830

29-
## New features
31+
# dbt-codegen v0.12.1
32+
33+
## What's Changed
34+
* Add dispatch to macros by @jeremyyeo in https://github.com/dbt-labs/dbt-codegen/pull/148
35+
* Remove terminal output in the generated file. by @vijmen in https://github.com/dbt-labs/dbt-codegen/pull/149
36+
37+
## New Contributors
38+
* @jeremyyeo made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/148
39+
* @vijmen made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/149
40+
41+
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.12.0...0.12.1
42+
43+
# dbt-codegen v0.12.0
44+
45+
## What's Changed
46+
* Use print for outputting codegen by @JorgenG in https://github.com/dbt-labs/dbt-codegen/pull/86
47+
48+
## New Contributors
49+
* @JorgenG made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/86
50+
51+
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.11.0...0.12.0
3052

3153
# dbt-codegen v0.11.0
3254

0 commit comments

Comments
 (0)