Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoss committed Jan 2, 2025
1 parent 89c26fc commit 712fe93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thin_delegate"
version = "0.0.3"
version = "0.1.0"
edition = "2021"
authors = ["keno (Ken Okada) <[email protected]>"]
categories = ["rust-patterns"]
Expand Down
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Breaking changes
- Renamed `derive_delegate` to `fill_delegate` (9d91723)
- Stop filling trait function with default implementation (46cc6c7)
- Add argument `delegate_fn_with_default_impl` of `fill_delegate` (TBD)
- Add argument `delegate_fn_with_default_impl` of `fill_delegate` (8ec4bb6)

## 0.0.3

Expand Down

0 comments on commit 712fe93

Please sign in to comment.