Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2023-12-03 23:34:08 +01:00
Родитель 50ffac0782
Коммит 05efd3aac4
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,8 @@
## [Unreleased]
## 0.10.3 - 2023-12-04
### Added
- Add yield calculator
[#1573](https://github.com/nextcloud/cookbook/pull/1573) @j0hannesr0th

Просмотреть файл

@ -8,6 +8,9 @@ This serves only for developers to find the changes better.
## Unpublished
## Version 0.1.2 - cookbook v0.10.3 - 2023-12-04
### Deprecation of recipe_id in recipe stubs
The current implementation has a minor inconsistenncy that for `Recipe` objects, there is a `id` as string and for `RecipeStub` objects, there is a `recipe_id` as int.