Skip to content

Commit 7e7646e

Browse files
Merge branch 'main' into ggama/feat/add-catalog-update-address-refs-changeset
2 parents d7833ff + c22ad31 commit 7e7646e

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.1.0...v0.2.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* add catalog update chain metadata changeset ([#37](https://github.com/smartcontractkit/cld-changesets/issues/37)) ([9ec54b5](https://github.com/smartcontractkit/cld-changesets/commit/9ec54b5a5b1e1f791fd4c87cb9aa7cbf3afdb676))
9+
* add catalog update contract metadata changeset ([#29](https://github.com/smartcontractkit/cld-changesets/issues/29)) ([1687d14](https://github.com/smartcontractkit/cld-changesets/commit/1687d144f8f1313735fe469fab3c64fc5a7409fb))
10+
311
## [0.1.0](https://github.com/smartcontractkit/cld-changesets/compare/cld-changesets-v0.0.1...cld-changesets-v0.1.0) (2026-05-06)
412

513

sonar-project.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sonar.projectKey=smartcontractkit_cld_changesets
2+
sonar.projectName=cld_changesets
3+
sonar.sources=.
4+
sonar.sourceEncoding=UTF-8
5+
6+
# Solana test helpers (pkg/family/solana/testutils) — not production changeset code
7+
sonar.exclusions=**/testutils/**/*
8+
9+
# Do not require coverage for tests or shared test utilities
10+
sonar.coverage.exclusions=**/*_test.go,**/testutils/**/*
11+
12+
sonar.tests=.
13+
sonar.test.inclusions=**/*_test.go

0 commit comments

Comments
 (0)