Skip to content

Commit

Permalink
version & CHANGELOG updated
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Jan 11, 2022
1 parent 8c5a7d4 commit b460bcf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mobile=0.0.13
cli=0.0.4
mobile=0.0.14
cli=0.0.5
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v0.0.14] - 2022-1-11

### Added

- [0fca1cb](https://github.com/datahop/ipfs-lite/commit/0fca1cb) Allow custom encryption
- [450c508](https://github.com/datahop/ipfs-lite/commit/450c508) Gateway added

### Changed

- [207e4df](https://github.com/datahop/ipfs-lite/commit/207e4df) Start takes in options rather than booleans

## [v0.0.13] - 2021-11-27

### Added

- [6239e1e](https://github.com/datahop/ipfs-lite/commit/6239e1e) Optional passphrase based content encryption
- [6708b03](https://github.com/datahop/ipfs-lite/commit/6708b03) Support for private network
-

### Changed

- [df060c1](https://github.com/datahop/ipfs-lite/commit/df060c1) zeroconf mDNS replaces libp2p mDNS
Expand Down
1 change: 0 additions & 1 deletion cli/datahop.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func main() {
cmd.InitAddCmd(comm),
cmd.InitIndexCmd(comm),
cmd.InitRemoveCmd(comm),
cmd.InitGetCmd(comm),
cmd.InitVersionCmd(comm),
cmd.InitMatrixCmd(comm),
cmd.InitializeDocCommand(comm),
Expand Down
3 changes: 1 addition & 2 deletions internal/gateway/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
"strings"
"time"

"github.com/ipld/go-ipld-prime/datamodel"

"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-cid"
bsfetcher "github.com/ipfs/go-fetcher/impl/blockservice"
Expand All @@ -25,6 +23,7 @@ import (
"github.com/ipfs/interface-go-ipfs-core/path"
dagpb "github.com/ipld/go-codec-dagpb"
pipld "github.com/ipld/go-ipld-prime"
"github.com/ipld/go-ipld-prime/datamodel"
basicnode "github.com/ipld/go-ipld-prime/node/basic"
"github.com/ipld/go-ipld-prime/schema"
"github.com/libp2p/go-libp2p-core/routing"
Expand Down

0 comments on commit b460bcf

Please sign in to comment.