Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

ipfs-unixfs: update changelog, bump version #396

Merged
merged 2 commits into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.

13 changes: 13 additions & 0 deletions unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.2.0

Minor version bump due to ipfs 0.2.0 release.

* Clippy future-proofing [#316]
* Use core and alloc crates instead of std [#331]
* `crate::dagpb::wrap_node_data`, part of [#332]
* minor doc fix for `crate::dir::ResolveError::UnexpectedType`, part of [#332]

[#316]: https://github.com/rs-ipfs/rust-ipfs/pull/316
[#331]: https://github.com/rs-ipfs/rust-ipfs/pull/331
[#332]: https://github.com/rs-ipfs/rust-ipfs/pull/332

# 0.1.0

Minor version bump due to many new features and broken API.
Expand Down
2 changes: 1 addition & 1 deletion unixfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "ipfs-unixfs"
readme = "README.md"
repository = "https://github.com/rs-ipfs/rust-ipfs"
version = "0.1.0"
version = "0.2.0"

[features]
default = ["filetime"]
Expand Down