From f357fb5a036997a686e7e67c034f64179e03cfc5 Mon Sep 17 00:00:00 2001 From: Alice I Cecile Date: Mon, 16 Dec 2024 11:35:23 -0800 Subject: [PATCH] Bump version number for 1.1 --- Cargo.toml | 2 +- RELEASES.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 100624c..6670a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "variadics_please" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Implement things as if rust had variadics" homepage = "https://github.com/bevyengine/variadics_please" diff --git a/RELEASES.md b/RELEASES.md index eb817f7..d3d20dd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,9 @@ # `variadics_please` Release Notes +## Version 1.1 + +- added `all_tuples_enumerated`, which provides the index of each item in the tuple + ## Version 1.0.0 - initial release