Skip to content

Prompt to generate Micronaut Platform Release Notes

Sergio del Amo edited this page Oct 8, 2025 · 1 revision

Could you compare these two TOML files:

https://raw.githubusercontent.com/micronaut-projects/micronaut-platform/refs/heads/4.10.x/gradle/libs.versions.toml

and:

https://raw.githubusercontent.com/micronaut-projects/micronaut-platform/refs/heads/4.9.x/gradle/libs.versions.toml

I want for you to generate an output in markdown of the differences.

For each difference, I want for you to generate a link pointing to the release page in GitHub.

For example, if managed-micronaut-security was 4.15.0 in one file and 4.14.0 in the other. I want a link such as:

Micronaut Security 4.15.0.

as you can see you can remove the managed- prefix, when building the link.

Include the non-micronaut version as well such as build plugins or other dependencies.

Clone this wiki locally