We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e943f + 243135a commit 393435fCopy full SHA for 393435f
2 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.2.0"
+ ".": "0.3.0"
3
}
CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.3.0](https://github.com/dadadave80/diamond-lib/compare/v0.2.0...v0.3.0) (2026-07-19)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* Diamond is abstract with no initialize or receive; InitializableLib and ContextLib are removed from src/.
9
10
+### Code Refactoring
11
12
+* make Diamond an abstract fallback-only base ([523bf38](https://github.com/dadadave80/diamond-lib/commit/523bf38d860b8fc306bf7bf91639da981ba7e99a))
13
14
## [0.2.0](https://github.com/dadadave80/diamond-lib/compare/v0.1.4...v0.2.0) (2026-07-10)
15
16
0 commit comments