From ad51029a8e46f1aec30f3f93ed316d0fb9591336 Mon Sep 17 00:00:00 2001 From: Niall Mullally Date: Fri, 24 Oct 2025 15:25:56 +0100 Subject: [PATCH] Bump to version 0.3.0 --- CHANGELOG.md | 3 ++- lib/static_association/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcabdd..ee68645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## Unreleased +## v0.3.0 (24 October 2025) +- Add `attr_evaluated` to define attributes that are evaluated/computed at runtime (#32) - Use including class name for error messages (#31) ## v0.2.0 (20 June 2025) diff --git a/lib/static_association/version.rb b/lib/static_association/version.rb index 3db6d22..690f707 100644 --- a/lib/static_association/version.rb +++ b/lib/static_association/version.rb @@ -1,3 +1,3 @@ module StaticAssociation - VERSION = "0.2.0" + VERSION = "0.3.0" end