From 22dedb06cbd1de63503c64d59ab662f5b4a8a0e1 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 21 Feb 2021 16:17:57 +0300 Subject: [PATCH] Patch changelog --- CHANGELOG.md | 13 +++++++++++++ build.gradle.kts | 5 +---- settings.gradle.kts | 1 - 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab5d17c0..c7033df7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] ### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.2.0] +### Added - `fun` annotation for SAM interfaces in library - Explicit `public` visibility for all public APIs - Better trigonometric and hyperbolic functions for `AutoDiffField` (https://github.com/mipt-npm/kmath/pull/140) diff --git a/build.gradle.kts b/build.gradle.kts index f0287f009..83123765d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,7 @@ - plugins { id("ru.mipt.npm.gradle.project") } -internal val kmathVersion: String by extra("0.2.0") - allprojects { repositories { jcenter() @@ -21,7 +18,7 @@ allprojects { } group = "space.kscience" - version = kmathVersion + version = "0.2.0" } subprojects { diff --git a/settings.gradle.kts b/settings.gradle.kts index 526a6ed21..ce6eb339a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,5 @@ pluginManagement { repositories { - mavenLocal() gradlePluginPortal() jcenter() maven("https://repo.kotlin.link")