Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Apply and configure this plugin in your `build.gradle` file, for example:

```gradle
plugins {
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.11'
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.12'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.11
1.0.0-beta.12
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.0-beta.12 - 24 Oct 2025
- Fix errors with plugin-level tests (#16)

1.0.0-beta.11 - 24 Oct 2025
- Generate plugin spec (#12)
- Add Claude review GH action
Expand Down