Skip to content

Commit

Permalink
Version 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Oct 26, 2023
1 parent 13af452 commit 72424d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
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).

## 1.19.2

### Fixed

- `runMigrations` task now supports MPS 2022.2 and above by adding the necessary `--add-opens` JVM
arguments.
- `runMigrations` task now honors its `javaExec` property.

## 1.19.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}

val baseVersion = "1.19.1"
val baseVersion = "1.19.2"

group = "de.itemis.mps"

Expand Down

0 comments on commit 72424d4

Please sign in to comment.