Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
### Added

- added support for parameterizing function arguments

### Changed

- updated to rust 2021 edition
  • Loading branch information
drewcassidy committed Jun 16, 2024
1 parent 3c9ef6d commit bfcc272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file

## Unreleased
## 0.3.0 - 2024-06-16

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "generic_parameterize"
version = "0.2.2"
version = "0.3.0"
repository = "https://github.com/drewcassidy/generic-parameterize"
authors = ["Andrew Cassidy <[email protected]>"]
description = "A test parameterization macro that works on generic arguments"
Expand Down

0 comments on commit bfcc272

Please sign in to comment.