Skip to content

Commit c3d460e

Browse files
Prepare Release (#567)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]>
1 parent 1b5551e commit c3d460e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changeset/pink-planes-talk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/stellar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 0.2.1 (2025-06-10)
5+
6+
- Fix missing `ContractOverrides` import and rename `defaultimpl` to `default_impl`. ([#566](https://github.com/OpenZeppelin/contracts-wizard/pull/566))
7+
48
## 0.2.0 (2025-05-13)
59

610
- Add NonFungible extension and minor refactorings to Fungible (crate renamings, etc.). ([#531](https://github.com/OpenZeppelin/contracts-wizard/pull/531))

packages/core/stellar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard-stellar",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A boilerplate generator to get started with OpenZeppelin Stellar Soroban Contracts",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

0 commit comments

Comments
 (0)