Skip to content

Commit 1ca5755

Browse files
author
Marcel Overdijk
committed
Preparing 0.9.2 release
1 parent e3049f3 commit 1ca5755

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

Changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This documents the history of significant changes to `rivescript-java`.
44

5+
## v0.9.2 - March 19, 2017
6+
7+
This update focuses on bug fixes.
8+
9+
* **Changes:**
10+
* Fix for not able to get JavaScript `ScriptEngine` in Google App Engine
11+
local devserver using `new ScriptEngineManager().getEngineByName(engineName)`.
12+
Fallback mechanism added to use
13+
`new ScriptEngineManager(null).getEngineByName(engineName)` (#44).
14+
515
## v0.9.1 - March 7, 2017
616

717
This update focuses on bug fixes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ _Gradle_:
6767

6868
```groovy
6969
dependencies {
70-
compile "com.rivescript:rivescript-core:0.9.1"
70+
compile "com.rivescript:rivescript-core:0.9.2"
7171
}
7272
```
7373

@@ -181,15 +181,15 @@ _Maven_:
181181
<dependency>
182182
<groupId>com.rivescript</groupId>
183183
<artifactId>rivescript-spring-boot-starter</artifactId>
184-
<version>0.9.1</version>
184+
<version>0.9.2</version>
185185
</dependency>
186186
```
187187
188188
_Gradle_:
189189
190190
```groovy
191191
dependencies {
192-
compile "com.rivescript:rivescript-spring-boot-starter:0.9.1"
192+
compile "com.rivescript:rivescript-spring-boot-starter:0.9.2"
193193
}
194194
```
195195

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.10.0-SNAPSHOT
1+
version=0.9.2

0 commit comments

Comments
 (0)