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

Commit ea9fa68

Browse files
bors[bot]Joonas Koivunen
andauthored
Merge #396
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 <joonas@equilibrium.co>
2 parents e1ef16f + 9b8d9ab commit ea9fa68

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unixfs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.2.0
2+
3+
Minor version bump due to ipfs 0.2.0 release.
4+
5+
* Clippy future-proofing [#316]
6+
* Use core and alloc crates instead of std [#331]
7+
* `crate::dagpb::wrap_node_data`, part of [#332]
8+
* minor doc fix for `crate::dir::ResolveError::UnexpectedType`, part of [#332]
9+
10+
[#316]: https://github.com/rs-ipfs/rust-ipfs/pull/316
11+
[#331]: https://github.com/rs-ipfs/rust-ipfs/pull/331
12+
[#332]: https://github.com/rs-ipfs/rust-ipfs/pull/332
13+
114
# 0.1.0
215

316
Minor version bump due to many new features and broken API.

unixfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
name = "ipfs-unixfs"
77
readme = "README.md"
88
repository = "https://github.com/rs-ipfs/rust-ipfs"
9-
version = "0.1.0"
9+
version = "0.2.0"
1010

1111
[features]
1212
default = ["filetime"]

0 commit comments

Comments
 (0)