Skip to content

Commit 3094234

Browse files
Updated version v2.0.2
1 parent f68f4af commit 3094234

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.2] - 2021-04-13
9+
10+
### Changed
11+
12+
- Due to shutting down of [Bintray, JCenter](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/):
13+
- The Lets-Plot JS library is now delivered via [CDNJS](https://cdnjs.com/libraries/lets-plot).
14+
- JVM Maven artifacts are now published at [Maven Central](https://search.maven.org/search?q=lets-plot).
15+
816
## [2.0.1] - 2021-03-17
917

1018
### Added

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ configurations {
5555

5656
allprojects {
5757
group = 'org.jetbrains.lets-plot'
58-
version = "2.0.3-alpha1"
59-
project.ext.js_artifact_version = "2.0.3.dev1"
58+
version = "2.0.2"
59+
project.ext.js_artifact_version = "2.0.2"
6060
// see also: python-package/lets_plot/_version.py
6161

6262
repositories {

future_changes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## [2.0.2] - 2021-??-??
1+
## [2.0.3] - 2021-??-??
2+
3+
### Added
24

35
### Changed
46

5-
- Due to shutting down of [Bintray, JCenter](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/):
6-
- The Lets-Plot JS library is now delivered via [CDNJS](https://cdnjs.com/libraries/lets-plot).
7-
- JVM Maven artifacts are now published at [Maven Central](https://search.maven.org/search?q=lets-plot).
7+
### Fixed

0 commit comments

Comments
 (0)