From 0febb61fa713f7836762d94812ee6728cd4163ea Mon Sep 17 00:00:00 2001 From: bee-worker <70210089+bee-worker@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:07:29 +0200 Subject: [PATCH] chore(main): release core-sdk 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b681336 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0f370e5..0888fd4 100644 --- a/package.json +++ b/package.json @@ -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",