Skip to content

Commit 74673e3

Browse files
Updated version v2.0.4
1 parent 3e55d08 commit 74673e3

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4] - 2021-06-09
9+
10+
### Changed
11+
12+
- Upgraded `kotlinx.html` version to 0.7.3 (was 0.7.2)
13+
> In JVM projects it's no longer necessary to add `https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven` repository
14+
> to the project configuration.
15+
16+
### Fixed
17+
18+
- Multilayer plots are corrupted [[#385](https://github.com/JetBrains/lets-plot/issues/385)].
19+
820
## [2.0.3] - 2021-06-02
921

1022
### Added

build.gradle

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

6565
allprojects {
6666
group = 'org.jetbrains.lets-plot'
67-
version = "2.0.4-alpha1"
68-
project.ext.js_artifact_version = "2.0.4.dev1"
67+
version = "2.0.4"
68+
project.ext.js_artifact_version = "2.0.4"
6969
// see also: python-package/lets_plot/_version.py
7070

7171
repositories {

future_changes.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
## [2.0.4] - 2021-??-??
1+
## [2.0.5] - 2021-??-??
22

33
### Added
44

55

66
### Changed
7-
8-
- Upgraded `kotlinx.html` version to 0.7.3 (was 0.7.2)
9-
> In JVM projects it's no longer necessary to add `https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven` repository
10-
> to the project configuration.
7+
118

129
### Fixed
1310

14-
- Multilayer plots are corrupted [[#385](https://github.com/JetBrains/lets-plot/issues/385)].

js-package/distr/lets-plot.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-package/lets_plot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
44
#
55
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6-
__version__ = '2.0.4.dev1'
6+
__version__ = '2.0.4'

0 commit comments

Comments
 (0)