-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GH release step on CI and tweak changelog styles
- Loading branch information
Showing
2 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,47 @@ | ||
# Change Log | ||
|
||
## Unreleased | ||
## [Unreleased] | ||
|
||
## Version 0.5.0 *(2024-10-17)* | ||
## [0.5.0] *(2024-10-17)* | ||
|
||
* Fix: Apply specializations for Kotlin/JS and Kotlin/Native. We had bugs that caused our compiler | ||
plug-in to skip non-JVM platforms. | ||
**Fixed** | ||
|
||
* Fix: Apply specializations for Kotlin/JS and Kotlin/Native. We had bugs that caused our compiler | ||
plug-in to skip non-JVM platforms. | ||
|
||
## Version 0.4.0 *(2024-10-16)* | ||
|
||
## [0.4.0] *(2024-10-16)* | ||
|
||
**Added** | ||
|
||
* New: Require JDK 1.8+. | ||
* New: Run the first specialization when launching from the IDE. | ||
|
||
|
||
## Version 0.3.0 *(2024-10-15)* | ||
## [0.3.0] *(2024-10-15)* | ||
|
||
**Fixed** | ||
|
||
* Fix: Don't generate invalid bytecode by attaching a test class constructor to its enclosing file. | ||
|
||
|
||
## Version 0.3.0 *(2024-10-10)* | ||
## [0.2.0] *(2024-10-10)* | ||
|
||
**Added** | ||
|
||
* New: Support both class constructor parameters and test function parameters. | ||
|
||
|
||
## Version 0.1.0 *(2024-10-08)* | ||
## [0.1.0] *(2024-10-08)* | ||
|
||
Initial release. We're rebooting the [Burst] project that released 1.0 ten years ago. | ||
|
||
|
||
|
||
[Unreleased]: https://github.com/cashapp/burst/compare/0.5.0...HEAD | ||
[0.5.0]: https://github.com/cashapp/burst/releases/tag/0.4.0 | ||
[0.4.0]: https://github.com/cashapp/burst/releases/tag/0.4.0 | ||
[0.3.0]: https://github.com/cashapp/burst/releases/tag/0.3.0 | ||
[0.2.0]: https://github.com/cashapp/burst/releases/tag/0.2.0 | ||
[0.1.0]: https://github.com/cashapp/burst/releases/tag/0.1.0 | ||
[Burst]: https://github.com/square/burst |