0.6.2 #77

Merged
altavir merged 6 commits from dev into master 2023-07-29 13:13:38 +03:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit d5ebef404f - Show all commits

View File

@ -5,8 +5,6 @@
### Added
### 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
@ -16,6 +14,12 @@
### 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
### Added

View File

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