Skip to content

Commit e226d0f

Browse files
chore: release
1 parent 36c9bb0 commit e226d0f

File tree

4 files changed

+93
-0
lines changed

4 files changed

+93
-0
lines changed

crates/anchor-utils/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/macalinao/testsvm/releases/tag/anchor-utils-v0.1.0) - 2025-08-28
11+
12+
### Fixed
13+
14+
- fix clippy, add prelude
15+
16+
### Other
17+
18+
- more fixes
19+
- doctests
20+
- readmes
21+
- mroe cleanup
22+
- Initial commit
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/macalinao/testsvm/releases/tag/solana-address-book-v0.1.1) - 2025-08-28
11+
12+
### Other
13+
14+
- Release 0.1.1
15+
- Merge pull request #3 from macalinao/dependabot/cargo/colored-3.0.0
16+
- *(deps)* bump strum from 0.26.3 to 0.27.2
17+
- format agian
18+
- clippy again
19+
- more fixes

crates/testsvm-quarry/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/macalinao/testsvm/releases/tag/testsvm-quarry-v0.1.0) - 2025-08-28
11+
12+
### Fixed
13+
14+
- fix clippy, add prelude
15+
16+
### Other
17+
18+
- format agian
19+
- more fixes
20+
- doctests
21+
- readmes
22+
- Add GitHub actions, more tests
23+
- mroe cleanup
24+
- basic readme
25+
- Initial commit

crates/testsvm/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/macalinao/testsvm/releases/tag/testsvm-v0.1.1) - 2025-08-28
11+
12+
### Fixed
13+
14+
- fix clippy, add prelude
15+
16+
### Other
17+
18+
- Release 0.1.1
19+
- Merge pull request #3 from macalinao/dependabot/cargo/colored-3.0.0
20+
- *(deps)* bump strum from 0.26.3 to 0.27.2
21+
- more fixes
22+
- doctests
23+
- readmes
24+
- Add GitHub actions, more tests
25+
- mroe cleanup
26+
- basic readme
27+
- Initial commit

0 commit comments

Comments
 (0)