Skip to content

Commit

Permalink
Updated version v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Jun 9, 2021
1 parent 3e55d08 commit 74673e3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.4] - 2021-06-09

### Changed

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

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

## [2.0.3] - 2021-06-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ configurations {

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

repositories {
Expand Down
8 changes: 2 additions & 6 deletions future_changes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
## [2.0.4] - 2021-??-??
## [2.0.5] - 2021-??-??

### Added


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


### Fixed

- Multilayer plots are corrupted [[#385](https://github.com/JetBrains/lets-plot/issues/385)].
2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '2.0.4.dev1'
__version__ = '2.0.4'

0 comments on commit 74673e3

Please sign in to comment.