diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9c6c18e..ce6eb71 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.8" + ".": "0.5.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..917836b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.5.9](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.8...aqua-ipfs-v0.5.9) (2023-02-08) + + +### Features + +* **api:** implement 'ipfs cat' ([#48](https://github.com/fluencelabs/aqua-ipfs/issues/48)) ([d641e0e](https://github.com/fluencelabs/aqua-ipfs/commit/d641e0e29cc2fb46b10091dd76215895942f4994)) + + +### Bug Fixes + +* **ci:** set cargo and npm ([#51](https://github.com/fluencelabs/aqua-ipfs/issues/51)) ([aa934f2](https://github.com/fluencelabs/aqua-ipfs/commit/aa934f29739b0aadcddf19d05848c01d3bf7385b)) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index c6abb92..9d5db34 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.1.12", + "version": "0.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/aqua-ipfs", - "version": "0.1.12", + "version": "0.5.9", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "^0.5.2" diff --git a/aqua/package.json b/aqua/package.json index 7acecf8..fbdf41c 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua-ipfs", - "version": "0.1.12", + "version": "0.5.9", "description": "Aqua IPFS library", "files": [ "*.aqua" diff --git a/service/Cargo.lock b/service/Cargo.lock index fd964ea..b4f48b3 100644 --- a/service/Cargo.lock +++ b/service/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "ipfs-effector" -version = "0.1.0" +version = "0.5.9" dependencies = [ "eyre", "fluence-fork-parity-multiaddr", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "ipfs-pure" -version = "0.1.0" +version = "0.5.9" dependencies = [ "bs58", "eyre", @@ -1745,7 +1745,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "types" -version = "0.1.0" +version = "0.5.9" dependencies = [ "eyre", "marine-rs-sdk 0.6.15", diff --git a/service/effector/Cargo.toml b/service/effector/Cargo.toml index 05f4698..59dd774 100644 --- a/service/effector/Cargo.toml +++ b/service/effector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-effector" -version = "0.1.0" +version = "0.5.9" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/pure/Cargo.toml b/service/pure/Cargo.toml index 922b549..fcb45f2 100644 --- a/service/pure/Cargo.toml +++ b/service/pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipfs-pure" -version = "0.1.0" +version = "0.5.9" authors = ["Fluence Labs"] edition = "2018" publish = false diff --git a/service/types/Cargo.toml b/service/types/Cargo.toml index 39b4669..1217d5c 100644 --- a/service/types/Cargo.toml +++ b/service/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "types" -version = "0.1.0" +version = "0.5.9" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html