File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.11.0 (December 14, 2020)
4+ - Bump minor version due to unexpected breaking change [ #107 ] ( https://github.com/TedDriggs/darling/issues/107 )
5+
36## v0.10.3 (December 10, 2020)
47- Add ` discriminant ` magic field when deriving ` FromVariant ` [ #105 ] ( https://github.com/TedDriggs/darling/pull/105 )
58
Original file line number Diff line number Diff line change 11[package ]
22name = " darling"
3- version = " 0.10.3 "
3+ version = " 0.11.0 "
44authors = [
" Ted Driggs <[email protected] >" ]
55repository = " https://github.com/TedDriggs/darling"
6- documentation = " https://docs.rs/darling/0.10.3 "
6+ documentation = " https://docs.rs/darling/0.11.0 "
77description = """
88A proc-macro library for reading attributes into structs when
99implementing custom derives.
@@ -17,8 +17,8 @@ travis-ci = { repository = "TedDriggs/darling" }
1717maintenance = { status = " actively-developed" }
1818
1919[dependencies ]
20- darling_core = { version = " =0.10.3 " , path = " core" }
21- darling_macro = { version = " =0.10.3 " , path = " macro" }
20+ darling_core = { version = " =0.11.0 " , path = " core" }
21+ darling_macro = { version = " =0.11.0 " , path = " macro" }
2222
2323[dev-dependencies ]
2424proc-macro2 = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_core"
3- version = " 0.10.3 "
3+ version = " 0.11.0 "
44authors = [
" Ted Driggs <[email protected] >" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_macro"
3- version = " 0.10.3 "
3+ version = " 0.11.0 "
44authors = [
" Ted Driggs <[email protected] >" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
@@ -12,7 +12,7 @@ license = "MIT"
1212[dependencies ]
1313quote = " 1"
1414syn = " 1"
15- darling_core = { version = " =0.10.3 " , path = " ../core" }
15+ darling_core = { version = " =0.11.0 " , path = " ../core" }
1616
1717[lib ]
1818proc-macro = true
You can’t perform that action at this time.
0 commit comments