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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/dadadave80/diamond-lib/compare/v0.2.0...v0.3.0) (2026-07-19)


### ⚠ BREAKING CHANGES

* Diamond is abstract with no initialize or receive; InitializableLib and ContextLib are removed from src/.

### Code Refactoring

* make Diamond an abstract fallback-only base ([523bf38](https://github.com/dadadave80/diamond-lib/commit/523bf38d860b8fc306bf7bf91639da981ba7e99a))

## [0.2.0](https://github.com/dadadave80/diamond-lib/compare/v0.1.4...v0.2.0) (2026-07-10)


Expand Down