update documentation

This commit is contained in:
Alexander Nozik 2023-07-29 12:59:55 +03:00
parent 3644533043
commit d5ebef404f
2 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,6 @@
### Added ### Added
### Changed ### Changed
- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration.
- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field.
### Deprecated ### Deprecated
@ -16,6 +14,12 @@
### Security ### Security
## 0.6.2 - 2023-07-29
### Changed
- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration.
- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field.
## 0.6.1 - 2023-03-31 ## 0.6.1 - 2023-03-31
### Added ### Added

View File

@ -9,7 +9,7 @@ plugins {
allprojects { allprojects {
group = "space.kscience" group = "space.kscience"
version = "0.6.2-dev-3" version = "0.6.2"
} }
subprojects { subprojects {