Skip to content

Commit cb1e015

Browse files
committed
Prepares release
1 parent 3aa7cac commit cb1e015

3 files changed

Lines changed: 101 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
--------
33

4+
v0.3.0 (07-2026)
5+
6+
- Rejects `__*__` dunders in attributes across all functions. Thanks to Nils Eric Jordan for reporting.
7+
48
v0.2.3 (02-2025)
59

610
- Updates pyproject.toml to new poetry version.

poetry.lock

Lines changed: 96 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nattrs"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
description = "Nested attribute getter/setter that works with dictionaries and objects interchangeably."
55
authors = [{name = "Ludvig", email = "<mail@ludvigolsen.dk>"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)