Skip to content

Commit 96fc918

Browse files
committed
v0.5.2
1 parent 2ee2cc0 commit 96fc918

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# v0.5.2
24
## 🐛 Bugfixes
35
- fixed bugs with the `tool create -i` argument
46

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s4n"
33
description = "SciWIn Client: Reproducible computational Workflows made easy!"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
repository = "https://github.com/fairagro/m4.4_sciwin_client"
77
license = "MIT OR Apache-2.0"

crates/cwl-execution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cwl-execution"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55

66
[dependencies]

crates/cwl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cwl"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "CWL Rust library, intended to be used for YAML parsing with serde"
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)