Kotlin Changelog

Hi there, is there an official changelog link ?

For example, I would like to know what are the changes between Kotlin 0.12.200 & Kotlin 0.12.213.

I could not find a changelog on the kotlinlang website nor on the kotlin github.

Also, there are no anouncement that a new minor version of koltin is available, which is a pity because I assume those releases are pure bugfixes, and the only way we have to check for new version is to refresh mavencentral every day.

So, is there an official release / changelog channel ?

I'm not aware of anything like that.

I’m reading https://github.com/JetBrains/kotlin/commits/master and https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt345 to see what’s going on. That’s very detailed and frequently doesn’t give much context.

We also post What's New every milestone:

I know, I was talking about minor releases, like 0.12.213 that's available on Maven, and unless you look for it, there's no way to know it's there.

I see, the only thing I can suggest is to look into build labels on github: https://github.com/JetBrains/kotlin/tree/build-0.12.213

Update: to see commits: https://github.com/JetBrains/kotlin/commits/build-0.12.213