diff --git a/CHANGELOG.md b/CHANGELOG.md index 5047ec4..a223ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](semver.md). ## Unreleased +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## 5.0.0 - 2020-06-03 - Release 25 + ### Added - JsonKraken 2.0 dependency - `objectOutputStream` extension for File @@ -17,7 +26,6 @@ and this project adheres to [Semantic Versioning](semver.md). - `trimSpace` extension for String ### Changed - Upgraded Kotlin from 1.3.61 to 1.3.71 -### Deprecated ### Removed - JsonKraken 1.0 Source - kSock (`klib.net.socket.kSock`) @@ -27,7 +35,6 @@ and this project adheres to [Semantic Versioning](semver.md). ### Fixed - FFDB now checks if the File exists before writing/reading - FFDB now checks if the FIle is empty before reading -### Security ## 4.1.0 - 25.02.2020 - Release 24 @@ -390,7 +397,9 @@ and this project adheres to [Semantic Versioning](semver.md). ## Overview -* Unreleased - [Diff 4.0.0 to master](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/4.0.0...master) +* Unreleased - [Diff 4.1.0 to master](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/5.0.0...master) +* 5.0.0 - [Diff 4.1.0 to 5.0.0](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/4.1.0...5.0.0) +* 4.1.0 - [Diff 4.0.0 to 4.1.0](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/4.0.0...4.1.0) * 4.0.0 - [Diff 3.2.0 to 4.0.0](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/3.2.0...4.0.0) * 3.2.0 - [Diff 3.1.0 to 3.2.0](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/3.1.0...3.2.0) * 3.1.0 - [Diff 3.0.0 to 3.1.0](https://gitlab.atvg-studios.at/atvg-studios/kLib/compare/3.0.0...3.1.0) diff --git a/Compatibility.md b/Compatibility.md index b0ed986..f9d6080 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -14,6 +14,7 @@ Breaking versions must be in a new row! | 2.0.0 | 2.1.1 | | 3.0.0 | 3.2.0 | | 4.0.0 | 4.1.0 | +| 5.0.0 || This means: `3.0.0` **IS upwards** compatible with `3.2.0` but **NOT downwards** compatible with `2.0.0`. (Semantic Versioning) diff --git a/README.md b/README.md index 8bb6f3a..e29a9b3 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ | master | [![pipeline status](https://gitlab.atvg-studios.com/atvg-studios/kLib/badges/master/pipeline.svg)](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/master) | | release/4.0.x | [![pipeline status](https://gitlab.atvg-studios.com/atvg-studios/kLib/badges/release/4.0.x/pipeline.svg)](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/4.0.x) | | release/4.1.x | [![pipeline status](https://gitlab.atvg-studios.com/atvg-studios/kLib/badges/release/4.0.x/pipeline.svg)](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/4.1.x) | +| release/5.0.x | [![pipeline status](https://gitlab.atvg-studios.com/atvg-studios/kLib/badges/release/4.0.x/pipeline.svg)](https://gitlab.atvg-studios.at/atvg-studios/kLib/commits/release/5.0.x) | kLib is a Generic Kotlin Library to simplify development Checkout the Homepage over [here](https://klib.atvg-studios.com). -kLib is now available via a custom Maven repository. +kLib is available via the ATVG-Studios Maven repository. You can find the Git repository that hosts the Maven data [here](https://gitlab.atvg-studios.com/atvg-studios/maven-repository). The Maven Repository itself is available here: https://mvn.atvg-studios.com diff --git a/SECURITY.md b/SECURITY.md index 54be10b..1ca1bee 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 5.0.x | :white_check_mark: | | 4.1.x | :white_check_mark: | | 4.0.x | :white_check_mark: | | 3.2.x | :x: | diff --git a/gradle.properties b/gradle.properties index bf5a7e0..5c75bc9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official # kLib Version -klib_version=5.0.0-dev.8 +klib_version=5.0.0 # Versions kotlin_version=1.3.71