File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 0.4.1 (2025-07-22)
5
+
6
+ - Dependencies from crates.io and remove unused imports ([ #602 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/602 ) )
7
+ - ** Breaking changes** :
8
+ - Use OpenZeppelin Stellar Soroban Contracts v0.4.1
9
+
4
10
## 0.3.0 (2025-07-03)
5
11
6
12
- Add Stablecoin with Limitations and Access Control (ownable and roles). ([ #575 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/575 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openzeppelin/wizard-stellar" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A boilerplate generator to get started with OpenZeppelin Stellar Soroban Contracts" ,
5
5
"license" : " AGPL-3.0-only" ,
6
6
"repository" : " https://github.com/OpenZeppelin/contracts-wizard" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 0.0.4 (2025-07-22)
5
+
6
+ - Updated dependencies [[ ` 9e61c0f ` ] ( https://github.com/OpenZeppelin/contracts-wizard/commit/9e61c0ff0553bbba5e723495bfc5ee963174fc16 )] :
7
+ - @openzeppelin/wizard-stellar @0.4.1
8
+
4
9
## 0.0.3 (2025-07-03)
5
10
6
11
- Stellar: Add Stablecoin with Limitations and Access Control (ownable and roles). ([ #575 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/575 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openzeppelin/wizard-mcp" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " MCP Server for OpenZeppelin Contracts Wizard" ,
5
5
"license" : " AGPL-3.0-only" ,
6
6
"repository" : " https://github.com/OpenZeppelin/contracts-wizard" ,
28
28
"@openzeppelin/wizard-common" : " ^0.0.2" ,
29
29
"@openzeppelin/wizard" : " ^0.6.0" ,
30
30
"@openzeppelin/wizard-stylus" : " ^0.2.0-alpha.5" ,
31
- "@openzeppelin/wizard-stellar" : " ^0.3.0 " ,
31
+ "@openzeppelin/wizard-stellar" : " ^0.4.1 " ,
32
32
"@openzeppelin/wizard-cairo" : " ^2.0.0"
33
33
},
34
34
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments