Skip to content

Commit 828ac78

Browse files
Merge pull request #398 from solana-foundation/release-please--branches--main
chore(main): release 1.18.0
2 parents aea7d1f + 16348f6 commit 828ac78

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# Change log
1+
# Changelog
22

3-
The format is based on
4-
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
5-
project adheres to
6-
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). See
7-
[MAINTAINERS.md](./MAINTAINERS.md) for instructions to keep up to
8-
date.
3+
## [1.18.0](https://github.com/solana-foundation/solana-go/compare/v1.17.0...v1.18.0) (2026-04-16)
94

10-
```
11-
⚠️ solana-go works using SemVer but in 0 version, which means that the 'minor' will be changed when some broken changes are introduced into the application, and the 'patch' will be changed when a new feature with new changes is added or for bug fixing. As soon as v1.0.0 be released, solana-go will start to use SemVer as usual.
12-
```
135

14-
# [v0.1.0] 2020-11-09
6+
### Features
157

16-
First release
8+
* add getters to txn with meta
9+
* add token-2022 extensions
10+
* stake state types & ext tests
11+
* vote program complete
1712

18-
# Includes the following features:
13+
### Bug Fixes
14+
15+
* allign rpc client with agave
16+
* memo program parity
17+
18+
### Performance Improvements
19+
20+
* **message:** eliminate complex scans, struct copies, and redundant allocs
1921

20-
* Get basic information from the chain about accounts, balances, etc.
21-
* Issue SOL native token transfer
22-
* Issue SPL token transfers
23-
* Get Project SERUM markets list and live market data

0 commit comments

Comments
 (0)