Commit 111a8e3
authored
0.1.6 (#2)
* Bumps version to 0.1.5.1
Updates the package version to 0.1.5.1 in pyproject.toml and uv.lock.
This increment addresses a minor release.
* Implements immutability for value objects
Ensures that value objects are immutable after initialization
by preventing attribute reassignment and deletion.
This enhances data integrity and prevents unintended modifications
to value object state.
* Bumps version to 0.1.6
Updates the package version to 0.1.6 in pyproject.toml and uv.lock.
This version bump reflects changes and improvements.
* Implements immutability for value objects
Ensures that value objects are immutable after initialization
by preventing attribute reassignment and deletion.
This enhances data integrity and prevents unintended modifications
to value object state.
* Bumps version to 0.1.6
Updates the package version to 0.1.6 in pyproject.toml and uv.lock.
This version bump reflects changes and improvements.1 parent 42b51d6 commit 111a8e3
4 files changed
Lines changed: 33 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
12 | 30 | | |
13 | 31 | | |
14 | 32 | | |
| |||
30 | 48 | | |
31 | 49 | | |
32 | 50 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments