fix(nix): add email-validator dependency to flake (#1573)

- Added missing email-validator to flake.nix propagatedBuildInputs
- Bumped version to 0.1.2 across all files
- Updated CHANGELOG.md with fix entry

Fixes #1573
This commit is contained in:
xcad
2025-12-11 08:49:27 +01:00
parent 1064aa4bf0
commit c6feed2f1e
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
Boilerplates CLI - A sophisticated command-line tool for managing infrastructure boilerplates.
"""
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Christian Lempa"
__description__ = "CLI tool for managing infrastructure boilerplates"