-
Notifications
You must be signed in to change notification settings - Fork 34
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
Showing
2 changed files
with
29 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 1.0.0 (2024-03-12) | ||
|
||
|
||
### 🚀 Features | ||
|
||
- add basic Anchor program ([85d9588](https://github.com/pubkeyapp/pubkey-program-library/commit/85d9588)) | ||
- implement pubkey-profile ui componets with sample data ([bbb6531](https://github.com/pubkeyapp/pubkey-program-library/commit/bbb6531)) | ||
- add keypair feature to provide a fee payer ([269eff0](https://github.com/pubkeyapp/pubkey-program-library/commit/269eff0)) | ||
- update npm scope ([bad826d](https://github.com/pubkeyapp/pubkey-program-library/commit/bad826d)) | ||
- created a base template for the program ([56d28e9](https://github.com/pubkeyapp/pubkey-program-library/commit/56d28e9)) | ||
- implement create_profile ([7bea9da](https://github.com/pubkeyapp/pubkey-program-library/commit/7bea9da)) | ||
- implement update_avatar_url ([6e6915f](https://github.com/pubkeyapp/pubkey-program-library/commit/6e6915f)) | ||
- implement add_authority ([538f70d](https://github.com/pubkeyapp/pubkey-program-library/commit/538f70d)) | ||
- implement remove_authority ([7f7b0fc](https://github.com/pubkeyapp/pubkey-program-library/commit/7f7b0fc)) | ||
- implement add_identity ([8779d52](https://github.com/pubkeyapp/pubkey-program-library/commit/8779d52)) | ||
- implement remove_identity and apply clippy suggestions ([50f54ec](https://github.com/pubkeyapp/pubkey-program-library/commit/50f54ec)) | ||
- connect program functions to front end ([cb8e129](https://github.com/pubkeyapp/pubkey-program-library/commit/cb8e129)) | ||
- build initial version of PubKeyProfileSdk ([93fceec](https://github.com/pubkeyapp/pubkey-program-library/commit/93fceec)) | ||
|
||
### 🩹 Fixes | ||
|
||
- typo ([4efc6dd](https://github.com/pubkeyapp/pubkey-program-library/commit/4efc6dd)) | ||
- linting errors ([483e02a](https://github.com/pubkeyapp/pubkey-program-library/commit/483e02a)) | ||
|
||
### ❤️ Thank You | ||
|
||
- Bram Borggreve | ||
- Sundeep Charan Ramkumar |
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