Skip to content

Commit f2cb5ec

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.1...v1.2.0) (2025-12-30) ### Features * add data parsing functions for JSON, YAML, and TOML ([0890d05](0890d05)) * add validation functions for email, URL, IP, UUID and regex ([7579af5](7579af5))
1 parent f3686f0 commit f2cb5ec

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.0](https://github.com/bordeux/tmpltool/compare/v1.1.1...v1.2.0) (2025-12-30)
2+
3+
4+
### Features
5+
6+
* add data parsing functions for JSON, YAML, and TOML ([0890d05](https://github.com/bordeux/tmpltool/commit/0890d05c82b80affcee628a0401be7a7b16bcc3b))
7+
* add validation functions for email, URL, IP, UUID and regex ([7579af5](https://github.com/bordeux/tmpltool/commit/7579af562a1d49f7255fdacf759a8a7cd6ef77f0))
8+
19
## [1.1.1](https://github.com/bordeux/tmpltool/compare/v1.1.0...v1.1.1) (2025-12-30)
210

311

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmpltool"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)