Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #104

Merged
merged 9 commits into from
Jun 29, 2021
Merged

Release v0.7.0 #104

merged 9 commits into from
Jun 29, 2021

Conversation

ascjones
Copy link
Contributor

@ascjones ascjones commented Jun 25, 2021

This PR reverts #102 for this release, which will be restored in a follow up 0.8.0-rc.0 release.

Added

  • Handle more SCALE attributes: skip, index (#44)
  • Implement TypeInfo for BTreeSet (#85)
  • Implement TypeInfo for Cow (#84)
  • Implement TypeInfo for up to 20 element tuples (#92)
  • Add StaticTypeInfo convenience trait (#91)
  • Capture doc comments, add variant and field builders (#87)
  • Handle #[codec(index = …)] in regular enums (#80)
  • Add new top-level attribute scale_info(bounds(T: SomeTrait + OtherTrait)) (#88)
  • (aj-vecdeque) Implement TypeInfo for VecDeque (#99)
  • Add BitVec support (#98)
  • Add docs feature (#101)

Changed

  • Upgrade proc-macro-crate to v1 (#77)
  • Use const generics for array TypeInfo impls (#54)
  • Replace NonZeroU32 type lookup ids with u32 (#90)
  • Remove HasCompact::Type bounds (#83)
  • Unify sequence types (#100)

Fixed

  • Fix serde and decode features without default features (#74)
  • Remove type parameter defaults (#71)
  • Fix trait bounds for associated types (#76)

@ascjones ascjones marked this pull request as ready for review June 29, 2021 09:58
@ascjones ascjones merged commit 9edfe4f into master Jun 29, 2021
@ascjones ascjones deleted the aj-release-0.7.0 branch June 29, 2021 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants