Skip to content

Commit 7288748

Browse files
committed
prepare release v0.3.4
1 parent 937b645 commit 7288748

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

releases.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
releases:
22
# current release
3+
- label: v0.3.4
4+
minJosmVersion: 18905
5+
description: |
6+
**Feature Request**: #112 - Init __file__ in JSR223 bindings for Jython
7+
38
- label: v0.3.3
49
minJosmVersion: 18905
510
description: |

src/main/resources/release-notes/release-notes.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# comma-separated list of available release notes
44
release-notes=\
5+
v0.3.4, \
56
v0.3.3, \
67
v0.3.1, \
78
v0.3.0, \
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html lang="">
2+
<head>
3+
<title>Release notes</title></head>
4+
<body>
5+
<h1>Release v0.3.4</h1>
6+
7+
See <a href="https://github.com/Gubaer/josm-scripting-plugin/releases/tag/v0.3.4">GitHub release v0.3.4</a>
8+
9+
<ul>
10+
<li><strong>Feature Request</strong>: <a href="https://github.com/Gubaer/josm-scripting-plugin/issues/112">#112</a> - Init __file__ in JSR223 bindings for Jython</li>
11+
</ul>
12+
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)