Skip to content

Commit 28d18fc

Browse files
Publish 0.1.1-alpha.2
1 parent 6aa0c99 commit 28d18fc

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44

55
### Added
66

7-
- `IrFunctionExpression.irReturn: IrReturn?`
8-
- `IrFunction.irReturn: IrReturn?`
9-
107
### Changed
118

12-
- `IrFunction.buildIrReturn` to `IrFunction.copyIrReturn`
13-
149
### Deprecated
1510

1611
### Removed
@@ -19,6 +14,17 @@
1914

2015
### Updated
2116

17+
## [0.1.1-alpha.2] - 2023-06-08
18+
19+
### Added
20+
21+
- `IrFunctionExpression.irReturn: IrReturn?`
22+
- `IrFunction.irReturn: IrReturn?`
23+
24+
### Changed
25+
26+
- `IrFunction.buildIrReturn` to `IrFunction.copyIrReturn`
27+
2228
## [0.1.1-alpha.1] - 2023-06-07
2329

2430
### Added
@@ -46,6 +52,8 @@
4652

4753
- `kotlin-compiler-test` to `kotlin-compiler-extensions-test`
4854

49-
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-compiler-extensions/compare/0.1.1-alpha.1...HEAD
55+
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-compiler-extensions/compare/0.1.1-alpha.2...HEAD
56+
57+
[0.1.1-alpha.2]: https://github.com/JavierSegoviaCordoba/kotlin-compiler-extensions/compare/0.1.1-alpha.1...0.1.1-alpha.2
5058

5159
[0.1.1-alpha.1]: https://github.com/JavierSegoviaCordoba/kotlin-compiler-extensions/commits/0.1.1-alpha.1

0 commit comments

Comments
 (0)