From c948cfcd312db10d39853d208587262f9a70ed7e Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 5 May 2024 21:16:06 -0700 Subject: [PATCH] Release 0.2.2 ### Fixed - Fixed missing documentation for `parameterize` macro - Updated github actions workflow to use newer versions of some dependencies and remove others. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf72f22..e3b2b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## Unreleased +## 0.2.2 - 2024-05-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 08c7cba..c9ce200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "generic_parameterize" -version = "0.2.1" +version = "0.2.2" repository = "https://github.com/drewcassidy/generic-parameterize" authors = ["Andrew Cassidy "] description = "A test parameterization macro that works on generic arguments"