Skip to content

Tags: paritytech/scale-info

Tags

v2.11.6

Toggle v2.11.6's commit message

Verified

This tag was signed with the committer’s verified signature.
pkhry Pavlo Khrystenko
Release v2.11.6

v2.11.4

Toggle v2.11.4's commit message

Verified

This tag was signed with the committer’s verified signature.
niklasad1 Niklas Adolfsson
Version 2.11.4

v2.11.3

Toggle v2.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2.11.3 (#208)

Verified

This tag was signed with the committer’s verified signature.
jsdw James Wilson

Verified

This tag was signed with the committer’s verified signature.
jsdw James Wilson

Verified

This tag was signed with the committer’s verified signature.
niklasad1 Niklas Adolfsson

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `replace_segment` attribute (#197)

* Implement `replace_segment` attribute

This implements the `replace_segment` attribute. This attribute can be
used to rename one or multiple segments returned by `TypeInfo::path`. It
could be for example be used to rename a changed crate name. For more
info see the examples and the docs in this pr.

* Update trybuild

* Directly pass the ident str.

* Update changelog

v2.9.0

Toggle v2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lexnv Alexandru Vasile
Release 2.9.0

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep for 2.8.0 release (#186)

* Prep for 2.8.0 release

* no need for lockfile step in release checklist

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `TypeInfo` for `Arc` (#180)

* Implement `TypeInfo` for `Arc`

* Bump version to 2.7.0

* Update changelog

* Add link to the PR to the changelog

* Update UI test