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 lib-cloudinfo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the dependency to your `build.gradle`:

```gradle
dependencies {
implementation 'io.seqera:lib-cloudinfo:1.1.1'
implementation 'io.seqera:lib-cloudinfo:1.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib-cloudinfo/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
3 changes: 3 additions & 0 deletions lib-cloudinfo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# lib-cloudinfo changelog

1.1.2 - 7 May 2026
- Add value-based equals, hashCode and toString to ProductsQuery so instances built from the same flags compare equal and can be used safely as map keys / cache keys (PR #66).

1.1.1 - 7 May 2026
- Re-release of 1.1.0 to capture the CloudProduct.features change that was committed after the 1.1.0 release commit on PR #61 and therefore missing from the 1.1.0 artifact.

Expand Down
Loading