From 3754904cd622548cebc8023fc773c4cd7c49b281 Mon Sep 17 00:00:00 2001 From: Igor Alshannikov Date: Mon, 27 Jun 2022 18:02:59 -0400 Subject: [PATCH] Improvements in docs. --- README.md | 12 ++++++++---- RELEASE.md | 3 ++- docs/README.md | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 152a8889d..908a75635 100644 --- a/README.md +++ b/README.md @@ -292,10 +292,14 @@ Learn more: [GeoTools Support](https://github.com/JetBrains/lets-plot-kotlin/blo `scaleColorGradientN()` and `scaleFillGradientN()` functions. See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-3.3.0/scale_color_gradientn.ipynb). - - -- Other improvements and fixes - - see [CHANGELOG.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md#330---2022-06-27) + +- ### Deprecated API +> +> **(!)** Potentially **breaking change**: deprecation level for all deprecated API raised to the **ERROR** level. +> + +- ### Other improvements and fixes + See [CHANGELOG.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md#330---2022-06-27) for details. diff --git a/RELEASE.md b/RELEASE.md index 507107b6a..da4797a08 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,8 @@ - remove _"-alphaN"_ qualifier for the 'version' property. +> Also, update the artifacts' version in [README_DEV.md](README_DEV.md). + ##### 3. Build and release JVM artifacts to Maven Central a) Upload to the Nexus staging repository: @@ -107,7 +109,6 @@ git tag v1.2.3demos1 && git push --tags In [docs/README.md](docs/README.md) update the Binder link with new "demo" tag (above). - ### Add the GitHub release: * Open the link: https://github.com/JetBrains/lets-plot-kotlin/releases/new diff --git a/docs/README.md b/docs/README.md index 486175c7b..62faa9108 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/examples.md ### Explore example notebooks in Binder: -https://mybinder.org/v2/gh/JetBrains/lets-plot-kotlin/v3.2.0demos1?filepath=docs/examples/jupyter-notebooks/ +https://mybinder.org/v2/gh/JetBrains/lets-plot-kotlin/v3.3.0demos1?filepath=docs/examples/jupyter-notebooks/ ### Browse Lets-Plot Kotlin API: