Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Dec 20, 2023
1 parent 33b785e commit 287444b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelogs/v0.26.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

### πŸ”¦ Highlights

#### Kubo binary imports

For users of [Kubo preloaded plugins](https://github.com/ipfs/kubo/blob/master/docs/plugins.md#preloaded-plugins) there is now a way to create a kubo instance with your plugins by depending on the `cmd/ipfs/kubo` package rather than rebuilding kubo with the included plugins.

See the [customization docs](https://github.com/ipfs/kubo/blob/master/docs/customizing.md) for more information.

#### Several deprecated commands have been removed

Several deprecated commands have been removed:
Expand All @@ -26,4 +32,6 @@ Several deprecated commands have been removed:

### πŸ“ Changelog

- Export a `kubo.Start` function so users can programmatically start Kubo from within a go program.

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

0 comments on commit 287444b

Please sign in to comment.