-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66b94f0
commit 7ec34c8
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |