Skip to content

Commit b0c99c0

Browse files
chore(main): release 0.5.0
1 parent 936a00b commit b0c99c0

2 files changed

Lines changed: 18 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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.4.0...v0.5.0) (2026-05-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Moves version constants out of the public API and into internal.
9+
* Remove `ValidateSelectorsInEnvironment` method from `pkg/cldfutil/selectors.go`.
10+
11+
### Features
12+
13+
* remove ValidateSelectorsInEnvironment method ([#61](https://github.com/smartcontractkit/cld-changesets/issues/61)) ([72f431f](https://github.com/smartcontractkit/cld-changesets/commit/72f431f09aaecfaeb5d2368b8706087fe01902c9))
14+
15+
16+
### Bug Fixes
17+
18+
* move contract version to internal package ([#64](https://github.com/smartcontractkit/cld-changesets/issues/64)) ([936a00b](https://github.com/smartcontractkit/cld-changesets/commit/936a00b387f20684064f01a7dd451820b7fb6fb5))
19+
320
## [0.4.0](https://github.com/smartcontractkit/cld-changesets/compare/v0.3.0...v0.4.0) (2026-05-18)
421

522

0 commit comments

Comments
 (0)