diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 392430e..88d1d60 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef18d2c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.1.0](https://github.com/cardano-foundation/cardano-devkit/compare/v0.0.1...v0.1.0) (2024-11-30) + + +### Features + +* add config and yaci-devkit installation ([c2f730b](https://github.com/cardano-foundation/cardano-devkit/commit/c2f730bc41d57b256f2764301e01aad20cd2c594)) +* added the option to configure the installation path of the binaries ([d101a91](https://github.com/cardano-foundation/cardano-devkit/commit/d101a91a1375f68d0e97cff5a97c02e9330b0a2e)) +* implement config path as top level option ([9aa0207](https://github.com/cardano-foundation/cardano-devkit/commit/9aa0207847de468679395a2f7e9e982cdafa4ea2))