File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
src/main/resources/release-notes Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
releases :
2
2
# current release
3
+ - label : v0.3.4
4
+ minJosmVersion : 18905
5
+ description : |
6
+ **Feature Request**: #112 - Init __file__ in JSR223 bindings for Jython
7
+
3
8
- label : v0.3.3
4
9
minJosmVersion : 18905
5
10
description : |
Original file line number Diff line number Diff line change 2
2
#
3
3
# comma-separated list of available release notes
4
4
release-notes =\
5
+ v0.3.4, \
5
6
v0.3.3, \
6
7
v0.3.1, \
7
8
v0.3.0, \
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments