Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Apr 23, 2020
1 parent f2097d4 commit 6814919
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
MOSP Changelog
==============

## 0.13 (2020-04-23)

### News

- added new API which is returning data about relations between JSON schemas
hosted on the platform. These data are generated with the networkx Python
library and returned as JSON object compatible with D3.js;
- added a new D3.js graph which is using the new API;
- added a new view which presents all relations (refs) of a JSON object (self,
external and recursive references are supported).

### Improvements

- various minor improvements and bug fixes.


## 0.12 (2020-04-09)

### News
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mosp"
version = "0.12"
version = "0.13"
description = "A platform for creating, editing and sharing JSON objects."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 6814919

Please sign in to comment.