From 8ba91f805e9e89ece7ce97dd15bdfba167f1d405 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 9 Jun 2022 19:44:30 +0300 Subject: [PATCH] Patch changelog --- CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aab19..581f827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,50 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.11.5-kotlin-1.7.0] +### Added - Coroutine tests as default dependency for tests - Context receiver flag + ### Changed - Separate release tasks for each target - Kotlin 1.7.0 - Ktor 2.0.1 - ExplicitAPI does not override existing value + ### Deprecated ### Removed - Ktor specific artifacts from version catalog + ### Fixed - Moved signing out of sonatype block + ### Security ## [0.11.1-kotlin-1.6.10] ### Added - Default templates for README and ARTIFACT + ### Changed - Replaced Groovy templates by FreeMarker -### Deprecated - -### Removed ### Fixed - JS publication sources jar -### Security - ## [0.10.9-kotlin-1.6.10] ### Added - html builders for readme + ### Changed - Kotlin 1.6.0 - Use indy lambdas by default #32 - Change version scheme to `-kotlin-` + ### Fixed - remove `nativeMain` dependency from `nativeTest` @@ -58,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Kotlin 1.6 + ### Fixed - Some issues with opt-ins @@ -65,9 +81,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Experimental automatic JS project bundling in MPP + ### Changed - Remove vcs requirement for Space publication + ### Fixed -Release task (#19) @@ -77,10 +95,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - BOM for kotlin-wrappers on JS - Jupyter loader + ### Changed - API validation disabled for dev versions - Kotlin plugins are propagated downstream + ### Removed - bson support @@ -89,15 +109,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Disable API validation for snapshots - `-Xjvm-default=all` on JVM + ### Changed - `publication.platform` changed to `publishing.platform` - Dokka version to `1.4.30` - `useDateTime` in extension - Kotlin 1.5 + ### Removed - Publish plugin. Use MavenPublish instead + ### Fixed - Removed unnecessary `afterEvaluate` for compatibility with gradle 7.0 @@ -105,13 +128,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Skip sonatype publishing for dev versions + ### Changed - Publishing repositories are explicit and defined in the top level project - Paths to publishing properties now use dot notation like `publishing.github.user` + ### Deprecated - Publishing plugin + ### Removed - Bintray publishing @@ -120,10 +146,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adaptive support for host OS in native - CSS support for JS targets + ### Changed - Kotlin 1.4.31 - Coroutines 1.4.3 + ### Fixed - Plugin loading order for publishing - Release task @@ -135,6 +163,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add sonatype publishing - Per-platform release publishing + ### Changed - Kotlin to 1.4.30 stable. - Added intermediate jsCommon main/test sourcesSet for node plugin. @@ -142,9 +171,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Common plugin id changed to `common` - Plugins group changed to `ru.mipt.npm` with `gradle` prefix + ### Removed - kaml + ### Fixed - Fix publishing load order for sonatype - Fix root project readme @@ -158,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved all logic to a common plugin, leaving only proxies for platform plugins - Suppress API validation for modules with maturity below DEVELOPMENT + ### Changed - Remove node plugin. Node binaries should be turned on manually. - Use default webpack distribution path. @@ -168,10 +200,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved internals to internals - Kotlin 1.4.30-RC + ### Deprecated - Support of `kaml` and `snake-yaml` in favor of `yamlKt` - Publish plugin + ### Removed - `useDokka` method. Documentation jar should be added manually if needed. @@ -182,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `application()` toggle in plugin configuration to produce binaries on JS and applicaion plugin on jvm. - Add `publish` to expose publishing configuration. + ### Changed -Publishing in bintray now is automatic.