Skip to content

Commit 1f21b98

Browse files
fadeevilgooz
andauthored
docs: updated changelog (#844)
* docs: updated changelog * Update changelog.md Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
1 parent 88781ee commit 1f21b98

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelog.md

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

3+
## `v0.15.0`
4+
5+
### Features:
6+
7+
- IBC module scaffolding
8+
- IBC packet scaffolding with acknowledgements
9+
- JavaScript and Vuex client code generation for Cosmos SDK and custom modules
10+
- Standalone relayer with `configure` and `connect` commands
11+
- Advanced relayer options for configuring ports and versions
12+
- Scaffold now follows `MsgServer` convention
13+
- Message scaffolding
14+
- Added `starport type ... --indexed` to scaffold indexed types
15+
- Custom config file support with `starport serve -c custom.yml`
16+
- Detailed terminal output for created accounts: name, address, mnemonic
17+
- Added spinners to indicate progress for long-running commands
18+
- Updated to Cosmos SDK v0.42.1
19+
20+
### Changes:
21+
22+
- Replaced `packr` with Go 1.16 `embed`
23+
- Renamed `servers` top-level property to `host`
24+
325
## `v0.14.0`
426

527
### Features:

0 commit comments

Comments
 (0)