Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
### Removed

Removed empty file
  • Loading branch information
drewcassidy committed Jun 14, 2023
1 parent 7ce8eab commit 280b7e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 0.2.1 - 2023-06-14

### Removed

Removed empty file


## 0.2.0 - 2023-06-14

### Changed
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.0"
version = "0.2.1"
repository = "https://github.com/drewcassidy/generic-parameterize"
authors = ["Andrew Cassidy <[email protected]>"]
description = "A test parameterization macro that works on generic arguments"
Expand Down
5 changes: 0 additions & 5 deletions src/fmt.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use crate::params::Param;

mod arguments;
mod extract;
mod fmt;
mod params;

fn format_params(fmt: &Option<String>, fn_ident: &Ident, params: Vec<&(Ident, Param)>) -> Ident {
Expand Down

0 comments on commit 280b7e9

Please sign in to comment.