diff --git a/site/config.toml b/site/config.toml index d8568f6..4ea755a 100644 --- a/site/config.toml +++ b/site/config.toml @@ -60,7 +60,7 @@ disableKinds = ["taxonomy"] [params] last_stable_apron_version = "2.1.1" last_stable_kilt_version = "1.0.2" - last_stable_coat_version = "2.0.1" + last_stable_coat_version = "2.0.2" apron_repo_url = "https://github.com/poiu-de/apron" kilt_repo_url = "https://github.com/poiu-de/kilt" coat_repo_url = "https://github.com/poiu-de/coat" diff --git a/site/content/coat/release_notes/2.0.2.md b/site/content/coat/release_notes/2.0.2.md new file mode 100644 index 0000000..d226f3f --- /dev/null +++ b/site/content/coat/release_notes/2.0.2.md @@ -0,0 +1,5 @@ +--- +title: 2.0.2 +--- + +- Fix generation of config builders with embedded configs from a different package.