diff --git a/.vscode/google-notypes.mustache b/.vscode/google-notypes.mustache index 60c520935..55477fa41 100644 --- a/.vscode/google-notypes.mustache +++ b/.vscode/google-notypes.mustache @@ -34,3 +34,8 @@ Yields: {{descriptionPlaceholder}}. {{/yields}} {{/yieldsExist}} + +Examples: + ```{python} + {{descriptionPlaceholder}} + ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index f621cc81e..1660806e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.0 (2025-01-21) + +### Feat + +- :sparkles: add simple helper functions (#962) + ## 0.5.0 (2025-01-20) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 200405ba2..0a861ed19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "seedcase-sprout" -version = "0.5.0" +version = "0.6.0" description = "Grow your research data in a structured, modern way that follows best practices." authors = [ "Luke W. Johnston ",