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

Commit

Permalink
Merge #396
Browse files Browse the repository at this point in the history
396: ipfs-unixfs: update changelog, bump version r=koivunej a=koivunej

Updates the changelog and bumps the version to 0.2.0. I'll tag and release after merging.

Co-authored-by: Joonas Koivunen <[email protected]>
  • Loading branch information
bors[bot] and Joonas Koivunen authored Sep 23, 2020
2 parents e1ef16f + 9b8d9ab commit ea9fa68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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

0 comments on commit ea9fa68

Please sign in to comment.