Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Jul 29, 2023
1 parent 3644533 commit d5ebef4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "space.kscience"
version = "0.6.2-dev-3"
version = "0.6.2"
}

subprojects {
Expand Down

0 comments on commit d5ebef4

Please sign in to comment.