From 1e5e2643c133a4abdc4c37bd8c9299c056ed0bb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:47:01 +0000 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b6240..fe2b37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/tailcallhq/tailcall-valid/compare/v0.1.3...v0.1.4) - 2024-12-08 + +### Added + +- migrate to gh-workflow-tailcall (#30) + ## [0.1.3](https://github.com/tailcallhq/tailcall-valid/compare/v0.1.2...v0.1.3) - 2024-12-02 ### Added diff --git a/Cargo.lock b/Cargo.lock index 05ae521..617af3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "tailcall-valid" -version = "0.1.3" +version = "0.1.4" dependencies = [ "derive_setters", "gh-workflow-tailcall", diff --git a/Cargo.toml b/Cargo.toml index 9992b89..78d8371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-valid" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A Rust library for validating multiple inputs, collecting all possible errors instead of failing at the first error. Useful for scenarios where comprehensive feedback is required for user inputs or configuration settings." license = "Apache-2.0"