Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 15, 2024
1 parent 66b94f0 commit 7ec34c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.0](https://github.com/cardano-foundation/cardano-devkit/compare/v0.0.1...v0.1.0) (2024-12-15)


### Features

* add config and yaci-devkit installation ([c2f730b](https://github.com/cardano-foundation/cardano-devkit/commit/c2f730bc41d57b256f2764301e01aad20cd2c594))
* add tauri basic structure ([b6b19f0](https://github.com/cardano-foundation/cardano-devkit/commit/b6b19f019d028b6e54d70f7b02ef953f87184073))
* 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))


### Bug Fixes

* build openssl for linux-aarch64 target ([2754304](https://github.com/cardano-foundation/cardano-devkit/commit/2754304d012c36bd1156aec9eb76dbd413cc8a0c))
* make sure libssl-dev is installed for linux-aarch64 target ([464c63d](https://github.com/cardano-foundation/cardano-devkit/commit/464c63d6c074d3acc75ca5c96b467e4d77db3d70))
* set file permissions only for unix target ([a11358d](https://github.com/cardano-foundation/cardano-devkit/commit/a11358de64f5de981c00edaa24135aa551d1828d))

0 comments on commit 7ec34c8

Please sign in to comment.