|
1 | | -# dbt-codegen v0.12.0-b1 |
| 1 | +# dbt-codegen v0.13.0-b1 |
2 | 2 |
|
3 | 3 | ## What's Changed |
4 | 4 |
|
5 | 5 | ### Features |
6 | 6 |
|
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 |
9 | 9 |
|
10 | 10 | ### Fixes |
11 | 11 |
|
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 |
13 | 13 |
|
14 | 14 | ### Docs |
15 | 15 |
|
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 |
18 | 20 |
|
19 | 21 | ## New Contributors |
20 | 22 |
|
21 | 23 | - @wircho made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/159 |
22 | 24 | - @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 |
24 | 26 | - @esegal made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/154 |
25 | 27 | - @gwenwindflower made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/163 |
26 | 28 |
|
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 |
28 | 30 |
|
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 |
30 | 52 |
|
31 | 53 | # dbt-codegen v0.11.0 |
32 | 54 |
|
|
0 commit comments