Skip to content

Commit 3a0127f

Browse files
authored
Update changelog (#115)
1 parent 59a2be7 commit 3a0127f

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,44 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org).
66

7-
## 📦 [Version 0.1.0](https://github.com/fetch-rewards/swift-mocking/releases/tag/0.1.0) - April 23, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-mocking/commits/0.1.0))
7+
## 🚀 [Version 0.2.0](https://github.com/fetch-rewards/swift-mocking/releases/tag/0.2.0) - June 26, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-mocking/compare/0.1.0...0.2.0))
88

9-
### 🚀 Initial Release
9+
### ✨ Features
10+
11+
- Add sendableConformance argument to Mocked ([#106](https://github.com/fetch-rewards/swift-mocking/pull/106))
12+
13+
### 🐛 Bug Fixes
14+
15+
- Handle composed and mixed associated type constraints ([#108](https://github.com/fetch-rewards/swift-mocking/pull/108))
16+
17+
### 📝 Documentation
18+
19+
- Add SPI badges to README ([#102](https://github.com/fetch-rewards/swift-mocking/pull/102))
20+
- Fix spelling mistake ([#101](https://github.com/fetch-rewards/swift-mocking/pull/101))
21+
- Add more issue templates ([#103](https://github.com/fetch-rewards/swift-mocking/pull/103))
22+
- Add social preview image asset ([#105](https://github.com/fetch-rewards/swift-mocking/pull/105))
23+
24+
### 🧪 Testing
25+
26+
- Refactor MacroArgumentValue, reorganize files, and add unit tests ([#111](https://github.com/fetch-rewards/swift-mocking/pull/111))
27+
28+
### 🔨 Refactoring
29+
30+
- Refactor MacroArgumentValue, reorganize files, and add unit tests ([#111](https://github.com/fetch-rewards/swift-mocking/pull/111))
31+
32+
### 📦 Dependencies
33+
34+
- Update SwiftFormat minimum version and output version in CI ([#110](https://github.com/fetch-rewards/swift-mocking/pull/110))
35+
- Update Swift Locking, SwiftSyntaxSugar, and SwiftSyntax dependencies ([#114](https://github.com/fetch-rewards/swift-mocking/pull/114))
36+
37+
### 🛠️ CI/CD
38+
39+
- Add CODEOWNERS ([#104](https://github.com/fetch-rewards/swift-mocking/pull/104))
40+
- Update SwiftFormat minimum version and output version in CI ([#110](https://github.com/fetch-rewards/swift-mocking/pull/110))
41+
42+
## 🚀 [Version 0.1.0](https://github.com/fetch-rewards/swift-mocking/releases/tag/0.1.0) - April 23, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-mocking/commits/0.1.0))
43+
44+
### 🎉 Initial Release
1045

1146
This is the first public release of Swift Mocking, a library that provides a collection of Swift macros used to generate mocks.
1247

0 commit comments

Comments
 (0)