From b899e5fdc61e24a5bda8d43bf39a67fed509798a Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 28 Feb 2024 21:32:33 -0500 Subject: [PATCH] Cargo: 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f366e0a..5ad0d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "github-actions-models" description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components" -version = "0.1.2" +version = "0.2.0" edition = "2021" license = "MIT" repository = "https://github.com/woodruffw/github-actions-models"