Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [0.1.0](https://github.com/ethersphere/core-sdk/compare/core-sdk-v0.0.1...core-sdk-v0.1.0) (2026-08-18)


### Features

* add easily copiable functions, classes ([bba6cfc](https://github.com/ethersphere/core-sdk/commit/bba6cfc5fcfa0c863cc32598620debe61cacc00e))
* add mantaray ([f762973](https://github.com/ethersphere/core-sdk/commit/f76297321a5774cf6b63623e69857fb193dfb5a6))
* add rest of the copiable ones ([337b5f4](https://github.com/ethersphere/core-sdk/commit/337b5f4c1925080709324d01a46657c937d3ff42))
* add rsDecode ([d53c9e1](https://github.com/ethersphere/core-sdk/commit/d53c9e17f573fff5393e10f2e99bffe7af1f1ac7))
* add soc functions ([2b59c3f](https://github.com/ethersphere/core-sdk/commit/2b59c3fcedb0369c2a7255092e9973f09b67c539))
* cac related functions ([762b938](https://github.com/ethersphere/core-sdk/commit/762b9382cddc9a868adfb2a436abad0893062158))
* chunk splitter/joiner ([24dc672](https://github.com/ethersphere/core-sdk/commit/24dc672eab172452d09e4939f0018103636b59b5))
* copy keccak, add perf test, add ci setup ([b3ef379](https://github.com/ethersphere/core-sdk/commit/b3ef37923d215b1add13f5a79b01904e09ad959c))
* initial commit ([1b379a4](https://github.com/ethersphere/core-sdk/commit/1b379a40b0e126e05dd883238557f0769cfec4a6))
* keys and ecdsa modules ([9223f69](https://github.com/ethersphere/core-sdk/commit/9223f695a7c1aca13dee3295cf70a3b4742c270d))
* make chunkjoiner work \w erasure coding ([f77fa2f](https://github.com/ethersphere/core-sdk/commit/f77fa2f7dabf99229de9067b12c4ac4ed25aa165))
* stamper ([1bff49f](https://github.com/ethersphere/core-sdk/commit/1bff49f6cf06a98c60a446af539348c4e6701fac))
* typed keys ([361524b](https://github.com/ethersphere/core-sdk/commit/361524bdf2213dab8d5fd482b6c2576ad195d295))


### Bug Fixes

* build-related bug ([e80bf69](https://github.com/ethersphere/core-sdk/commit/e80bf69a68c80c5e768b082b1881c50851c8ed0a))
* **ci:** move release-please settings into a config file ([e900705](https://github.com/ethersphere/core-sdk/commit/e900705dfa40ead6a903aede7ce5e4668a796eca))
* mantaray edge case ([bdeae8a](https://github.com/ethersphere/core-sdk/commit/bdeae8a65dfedc7790fa6e6de7d6dad370da510d))
* mantaray node logic ([17617a6](https://github.com/ethersphere/core-sdk/commit/17617a620e2db1900413486d4611afb1857c5555))
* regex in bytes ([21d04ae](https://github.com/ethersphere/core-sdk/commit/21d04aebc0371d248c676198bfd83e84e7c3cc63))
* typo ([2beba8f](https://github.com/ethersphere/core-sdk/commit/2beba8f1b88bae61006a6101cab68718f3501c69))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethersphere/core-sdk",
"version": "0.0.1",
"version": "0.1.0",
"description": "Framework-agnostic TypeScript primitives for the Swarm decentralised storage network",
"repository": {
"type": "git",
Expand Down
Loading