Skip to content

Commit 648b8ed

Browse files
chore(main): release 0.3.0 (#8)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.3...v0.3.0) (2025-03-06) ### Features * add method to modify source paths in EnvSpecBase ([d946bb4](d946bb4)) * Env and EnvSpec comparison and hashing ([37c334f](37c334f)) * introduce common settings ([8de4dec](8de4dec)) ### Bug Fixes * check provides validity ([8b39604](8b39604)) * test suite abstract method ([9d278f9](9d278f9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f93a3f5 commit 648b8ed

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.2.3...v0.3.0) (2025-03-06)
4+
5+
6+
### Features
7+
8+
* add method to modify source paths in EnvSpecBase ([d946bb4](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/d946bb4534e09ebba25c385cd8b599736492e0c1))
9+
* Env and EnvSpec comparison and hashing ([37c334f](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/37c334f6080b5ca907d6a3e05225d2f48239df71))
10+
* introduce common settings ([8de4dec](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/8de4dec75f654eba05f7916e442c107253393069))
11+
12+
13+
### Bug Fixes
14+
15+
* check provides validity ([8b39604](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/8b39604f5d77070b909819af6e1b5af7f21980dc))
16+
* test suite abstract method ([9d278f9](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/9d278f928fb40aaf4090359af2d8f84d22391a74))
17+
318
## [0.2.3](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.2.2...v0.2.3) (2025-03-06)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-software-deployment-plugins"
66
packages = [{include = "snakemake_interface_software_deployment_plugins"}]
77
readme = "README.md"
8-
version = "0.2.3"
8+
version = "0.3.0"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)