Skip to content

Commit

Permalink
chore(master): release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Oct 25, 2023
1 parent 589df71 commit 85ed957
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.16.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.15.0...v0.16.0) (2023-10-25)


### Features

* add length assertion for pod list size ([#273](https://github.com/fairDataSociety/fdp-storage/issues/273)) ([0735ded](https://github.com/fairDataSociety/fdp-storage/commit/0735ded12f1db0bb5d7d6b8f9bc4cb1bda9c3066))
* clear postage batch error ([#280](https://github.com/fairDataSociety/fdp-storage/issues/280)) ([776eb83](https://github.com/fairDataSociety/fdp-storage/commit/776eb83a1e8bc40e5c9a4bfd7e85e4dab2df61d5))
* enforce minimum block size for data upload ([#279](https://github.com/fairDataSociety/fdp-storage/issues/279)) ([b1f89a1](https://github.com/fairDataSociety/fdp-storage/commit/b1f89a14b007094ed15779a7acac595064222bca))
* export length constants for pod and directory names ([#276](https://github.com/fairDataSociety/fdp-storage/issues/276)) ([8d1caa9](https://github.com/fairDataSociety/fdp-storage/commit/8d1caa9e490d9fb041f5d285c1b2b311edb40c76))
* export PodTypes, Encryption, and Bytes ([#278](https://github.com/fairDataSociety/fdp-storage/issues/278)) ([f64cb0e](https://github.com/fairDataSociety/fdp-storage/commit/f64cb0e7e68f9d86d21284116b24f18e67d5efe6))


### Bug Fixes

* enhance pod password generation with zero byte check and update crypto-js to 4.2.0 ([#281](https://github.com/fairDataSociety/fdp-storage/issues/281)) ([589df71](https://github.com/fairDataSociety/fdp-storage/commit/589df712d9c0f496b48dd1db2b8e44ee58df306e))

## [0.15.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.14.0...v0.15.0) (2023-10-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fairdatasociety/fdp-storage",
"version": "0.15.0",
"version": "0.16.0",
"description": "Typescript implementation of FairOS-dfs",
"keywords": [
"fairdata",
Expand Down

0 comments on commit 85ed957

Please sign in to comment.