Version bump for Enum change
This commit is contained in:
parent
703fe57c12
commit
fe3b7ad59e
2 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,15 @@
|
||||||
# Major Change Log:
|
# Major Change Log:
|
||||||
|
|
||||||
|
# 2.4.1
|
||||||
|
### Enums for Profile types.
|
||||||
|
July 18, 2026
|
||||||
|
Introduce Base profile types on load, which gradually will switch over on save/edits. Transition Connections to using Enum instead of raw strings. End goal here is to transition ConnectionController to use the Enums.
|
||||||
|
<br/>
|
||||||
|
|
||||||
# 2.4.0
|
# 2.4.0
|
||||||
July 15, 2026
|
July 15, 2026
|
||||||
Robust Database Error Handling & Migrations System. For New Client upgrades (Operational Errors) & Old Clients with New JSON keys from an API (TypeErrors). We also added an SQL generic handling wrapper for use across any project or function.
|
Robust Database Error Handling & Migrations System. For New Client upgrades (Operational Errors) & Old Clients with New JSON keys from an API (TypeErrors). We also added an SQL generic handling wrapper for use across any project or function.
|
||||||
|
<br/>
|
||||||
|
|
||||||
# 2.3.9
|
# 2.3.9
|
||||||
July 11, 2026
|
July 11, 2026
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sp-hydra-veil-core"
|
name = "sp-hydra-veil-core"
|
||||||
version = "2.4.0"
|
version = "2.4.1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Simplified Privacy" },
|
{ name = "Simplified Privacy" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue