File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ 0.19.0] -
9
- * Bumped vertx to 4.3.0
9
+ * Bumped vertx to 4.3.2
10
+ * Allow spaces in CWD
11
+ * Update CI as latest graal will not include ` js ` by default
12
+ * Update docs for latest graal
10
13
11
14
## [ 0.18.0] - 2022-04-28
12
15
* Added new module ` @vertx/uri-template `
Original file line number Diff line number Diff line change 14
14
<maven .compiler.testSource>11</maven .compiler.testSource>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<!-- Dependency versions -->
17
- <stack .version>4.3.0 </stack .version>
17
+ <stack .version>4.3.2 </stack .version>
18
18
<graalvm .version>22.1.0</graalvm .version>
19
19
<!-- deployment -->
20
20
<sonatypeOssDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl >
You can’t perform that action at this time.
0 commit comments