From 13468e4f1290dd11a75fc3c2a2bb8c3ffcba52dc Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 6 Jan 2025 20:43:47 +0000 Subject: [PATCH] [skip ci] --- CHANGELOG.md | 9 +++++++++ src/itemattribute/version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4af5e..8a0eb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.4](https://github.com/ammounce/itemattribute/compare/v0.0.3...v0.0.4) (2025-01-06) + + +### Bug Fixes + +* **overloading:** Fixed behavior where overloaded __setattr__ did not apply to __setitem___ ([3747431](https://github.com/ammounce/itemattribute/commit/37474315fa43e8c37af9eabce7012d0791d16411)) + + + ## [0.0.3](https://github.com/ammounce/itemattribute/compare/v0.0.2...v0.0.3) (2024-09-15) diff --git a/src/itemattribute/version.json b/src/itemattribute/version.json index 91faf55..275457d 100644 --- a/src/itemattribute/version.json +++ b/src/itemattribute/version.json @@ -1,3 +1,3 @@ { - "version": "0.0.3" + "version": "0.0.4" }