Skip to content

Commit e7ba7d4

Browse files
committed
Create release 0.75.35
1 parent e123c04 commit e7ba7d4

9 files changed

Lines changed: 19 additions & 23 deletions

File tree

HISTORY.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ History
66
.. to_doc
77
88
---------------------
9-
0.75.35.dev0
9+
0.75.35 (2026-01-21)
1010
---------------------
11+
* Add documentation for workflow_track, invocation_download, and invoca…
12+
(thanks to `@mvdbeek`_). `Pull Request 1601`_
13+
* Add vault configuration file option (thanks to `@arash77`_). `Pull Request
14+
1599`_
15+
* add response to error message (thanks to `@bernt-matthias`_). `Pull Request
16+
1598`_
17+
* Allow to skip url check (thanks to `@bernt-matthias`_). `Pull Request 1597`_
1118

1219
---------------------
1320
0.75.34 (2026-01-06)
@@ -2303,6 +2310,10 @@ History
23032310
tools - and more experimental features involving Docker and Homebrew. 7d07782_
23042311

23052312
.. github_links
2313+
.. _Pull Request 1601: https://github.com/galaxyproject/planemo/pull/1601
2314+
.. _Pull Request 1599: https://github.com/galaxyproject/planemo/pull/1599
2315+
.. _Pull Request 1598: https://github.com/galaxyproject/planemo/pull/1598
2316+
.. _Pull Request 1597: https://github.com/galaxyproject/planemo/pull/1597
23062317
.. _Pull Request 1596: https://github.com/galaxyproject/planemo/pull/1596
23072318
.. _Pull Request 1593: https://github.com/galaxyproject/planemo/pull/1593
23082319
.. _Pull Request 1595: https://github.com/galaxyproject/planemo/pull/1595

docs/commands/shed_create.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ This will read the settings from the ``.shed.yml`` file.
2121

2222
-r, --recursive Recursively perform command for nested repository
2323
directories.
24-
--shed_fail_fast If multiple repositories are specified and an error
25-
occurs stop immediately instead of processing
26-
remaining repositories.
2724
--owner TEXT Tool Shed repository owner (username).
2825
--name TEXT Tool Shed repository name (defaults to the inferred
2926
tool directory name).
@@ -41,6 +38,7 @@ This will read the settings from the ``.shed.yml`` file.
4138
'testtoolshed', 'local' (alias for
4239
http://localhost:9009/), an arbitrary url or
4340
mappings defined ~/.planemo.yml.
41+
--fail_fast Stop on first job failure.
4442
-m, --message TEXT Commit message for tool shed upload.
4543
--skip_upload Skip upload contents as part of operation, only
4644
update metadata.

docs/commands/shed_diff.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ uploaded to the repository.
4848

4949
-r, --recursive Recursively perform command for nested repository
5050
directories.
51-
--shed_fail_fast If multiple repositories are specified and an error
52-
occurs stop immediately instead of processing
53-
remaining repositories.
5451
--owner TEXT Tool Shed repository owner (username).
5552
--name TEXT Tool Shed repository name (defaults to the inferred
5653
tool directory name).
@@ -68,6 +65,7 @@ uploaded to the repository.
6865
'testtoolshed', 'local' (alias for
6966
http://localhost:9009/), an arbitrary url or
7067
mappings defined ~/.planemo.yml.
68+
--fail_fast Stop on first job failure.
7169
-o, --output PATH Send diff output to specified file.
7270
--shed_target_source TEXT Source Tool Shed to diff against (will ignore local
7371
project info specified). To compare the main Tool

docs/commands/shed_lint.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ help text for mentioned URLs and checks those.
2929

3030
-r, --recursive Recursively perform command for nested
3131
repository directories.
32-
--shed_fail_fast If multiple repositories are specified and an
33-
error occurs stop immediately instead of
34-
processing remaining repositories.
32+
--fail_fast Stop on first job failure.
3533
--report_level [all|warn|error]
3634
--fail_level [warn|error]
3735
-s, --skip TEXT Comma-separated list of lint tests to skip

docs/commands/shed_serve.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ logged into and explored interactively.
2525

2626
-r, --recursive Recursively perform command for nested
2727
repository directories.
28-
--shed_fail_fast If multiple repositories are specified and an
29-
error occurs stop immediately instead of
30-
processing remaining repositories.
3128
--owner TEXT Tool Shed repository owner (username).
3229
--name TEXT Tool Shed repository name (defaults to the
3330
inferred tool directory name).
@@ -45,6 +42,7 @@ logged into and explored interactively.
4542
'testtoolshed', 'local' (alias for
4643
http://localhost:9009/), an arbitrary url or
4744
mappings defined ~/.planemo.yml.
45+
--fail_fast Stop on first job failure.
4846
--galaxy_root DIRECTORY Root of development galaxy directory to
4947
execute command with.
5048
--galaxy_python_version [3|3.8|3.9|3.10|3.11|3.12]

docs/commands/shed_test.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ install these artifacts, and run the tool tests for these commands.
2424

2525
-r, --recursive Recursively perform command for nested
2626
repository directories.
27-
--shed_fail_fast If multiple repositories are specified and an
28-
error occurs stop immediately instead of
29-
processing remaining repositories.
3027
--owner TEXT Tool Shed repository owner (username).
3128
--name TEXT Tool Shed repository name (defaults to the
3229
inferred tool directory name).

docs/commands/shed_update.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ the repository doesn't define complete metadata in a ``.shed.yml``.
5050
--report_xunit PATH Output an XUnit report, useful for CI testing
5151
-r, --recursive Recursively perform command for nested repository
5252
directories.
53-
--shed_fail_fast If multiple repositories are specified and an
54-
error occurs stop immediately instead of
55-
processing remaining repositories.
5653
--owner TEXT Tool Shed repository owner (username).
5754
--name TEXT Tool Shed repository name (defaults to the
5855
inferred tool directory name).
@@ -70,6 +67,7 @@ the repository doesn't define complete metadata in a ``.shed.yml``.
7067
'testtoolshed', 'local' (alias for
7168
http://localhost:9009/), an arbitrary url or
7269
mappings defined ~/.planemo.yml.
70+
--fail_fast Stop on first job failure.
7371
-m, --message TEXT Commit message for tool shed upload.
7472
--force_repository_creation If a repository cannot be found for the specified
7573
user/repo name pair, then automatically create

docs/commands/shed_upload.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ metadata (to handle metadata changes in ``.shed.yml`` files).
3434

3535
-r, --recursive Recursively perform command for nested repository
3636
directories.
37-
--shed_fail_fast If multiple repositories are specified and an
38-
error occurs stop immediately instead of
39-
processing remaining repositories.
4037
--owner TEXT Tool Shed repository owner (username).
4138
--name TEXT Tool Shed repository name (defaults to the
4239
inferred tool directory name).
@@ -54,6 +51,7 @@ metadata (to handle metadata changes in ``.shed.yml`` files).
5451
'testtoolshed', 'local' (alias for
5552
http://localhost:9009/), an arbitrary url or
5653
mappings defined ~/.planemo.yml.
54+
--fail_fast Stop on first job failure.
5755
-m, --message TEXT Commit message for tool shed upload.
5856
--force_repository_creation If a repository cannot be found for the specified
5957
user/repo name pair, then automatically create

planemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
planemo_metadata = importlib.metadata.metadata("planemo")
44

5-
__version__ = "0.75.35.dev0"
5+
__version__ = "0.75.35"
66

77
PROJECT_NAME = planemo_metadata["Name"]
88
PROJECT_EMAIL = planemo_metadata["Author-email"].split(" ")[-1]

0 commit comments

Comments
 (0)