Skip to content

Commit 91514a6

Browse files
committed
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent fae3c2d commit 91514a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

plugins/nf-codecommit/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

plugins/nf-codecommit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
nextflowPlugin {
22-
nextflowVersion = '25.08.0-edge'
22+
nextflowVersion = '25.09.0-edge'
2323

2424
provider = "${nextflowPluginProvider}"
2525
description = 'Provides seamless integration with AWS CodeCommit repositories for workflow source code management and version control'

plugins/nf-codecommit/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
nf-codecommit changelog
22
=======================
3+
0.5.0 - 8 Oct 2025
4+
- Add listDirectory traversal API to RepositoryProvider abstraction (#6430) [1449fdfec]
5+
36
0.3.0 - 15 Aug 2025
47
- Bump groovy 4.0.28 (#6304) [a468f8ef]
58
- Revert "Update nf-codecommit to AWS SDK v2 (#6263)" [5542351c]

0 commit comments

Comments
 (0)