Skip to content

Commit 66b8715

Browse files
committed
🏗️ bump to 0.12.1
1 parent 2703892 commit 66b8715

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## yamlns 0.12.1 (2025-01-05)
4+
5+
- Fix: do not check for dotted attributes if key is not a string
6+
37
## yamlns 0.12.0 (2024-11-07)
48

59
- Multilevel getting `value = a['b.c']`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = "yamlns",
10-
version = "0.12.0",
10+
version = "0.12.1",
1111
description = "YAML serializable dictionary with dual item and attribute accessors",
1212
author = "David Garcia Garzon",
1313
author_email = "voki@canvoki.net",

0 commit comments

Comments
 (0)