Skip to content

Commit

Permalink
Merge pull request #8 from bevyengine/1.1-bump
Browse files Browse the repository at this point in the history
Bump version number for 1.1
  • Loading branch information
alice-i-cecile authored Dec 16, 2024
2 parents d5498cf + f357fb5 commit 43ee99d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 43ee99d

Please sign in to comment.