Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump version and update CHANGELOG
  • Loading branch information
ascjones committed Oct 5, 2020
commit f70ffb159e95d559a963d7ad8c921d08d531a07f
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.4.0 (2020-10-05)

* Add public getters for fields in meta type hierarchy [(#22)](https://github.com/paritytech
/scale-info/pull/22)
* Implement SCALE encoding and serde deserialization [(#19)](https://github.com/paritytech/scale
-info/pull/19)

# Version 0.3.0 (2020-07-03)

* Remove string table, inline strings [(#17)](https://github.com/paritytech/scale-info/pull/17)
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 = "scale-info"
version = "0.3.0"
version = "0.4.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down