Skip to content

Commit 71ae404

Browse files
committed
update release notes for next release v0.3.5
1 parent 29ca150 commit 71ae404

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

releases.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
releases:
2+
# next release
3+
- label: v0.3.5
4+
minJosmVersion: 18905
5+
description: |
6+
**Feature**: When running a Python script, add the script's directory to `sys.path` before executing the script (see also #112)
7+
**Feature**: When running a Python script, add the environment variable `JYTHONPATH` to `sys.path` before executing the script (see also #112)
8+
29
# current release
310
- label: v0.3.4
411
minJosmVersion: 18905

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.5, \
56
v0.3.4, \
67
v0.3.3, \
78
v0.3.1, \
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html lang="">
2+
<head>
3+
<title>Release notes</title></head>
4+
<body>
5+
<h1>Release v0.3.5</h1>
6+
7+
See <a href="https://github.com/Gubaer/josm-scripting-plugin/releases/tag/v0.3.5">GitHub release v0.3.5</a>
8+
9+
<ul>
10+
<li><strong>Feature</strong>When running a Python script, add the script's directory to sys.path before executing the script (see also <a href="https://github.com/Gubaer/josm-scripting-plugin/issues/112">#112</a>)</li>
11+
<li><strong>Feature</strong>When running a Python script, add the environment variable JYTHONPATH to sys.path before executing the script (see also <a href="https://github.com/Gubaer/josm-scripting-plugin/issues/112">#112</a>)</li>
12+
</ul>
13+
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)