Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.0-dev.1](v1.2.0...v2.0.0-dev.1) (2024-01-13) ### ⚠ BREAKING CHANGES * change base package name from `com.kori_47.utils` to `io.github.kennedykori.utils`. This change has been necessitated by the [shutdown of Bintray](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). As such, the project will be migrating to Maven Central as the primary hosting platform for the project binaries. Maven Central is a more stable hosting service. Hopefully, this will result in a better and more reliable experience. A change of the base package name is a breaking change and will result in a new major release. __Migrate from v1.x.x to v2.x.x__ Change the import statement as follows: ```diff -import static com.kori_47.utils.ObjectUtils.*; +import static io.github.kennedykori.utils.ObjectUtils.*; ``` That's it. The library API remains the same. * change base package name A change of the base package name is a breaking change and should result in a new major release. ### Features * modularize the project ([#9](#9)) ([c2714b8](c2714b8)) * modularize the project ([#9](#9)) ([1e3d324](1e3d324)) ### Refactors * change project base package name ([#7](#7)) ([9762c8f](9762c8f)), closes [#13](#13) * change project base package name ([#7](#7)) ([aad7ca9](aad7ca9)) * remove unnecessary final modifiers ([#10](#10)) ([7e2bd4b](7e2bd4b)) * remove unnecessary final modifiers ([#10](#10)) ([13df263](13df263)) * upgrade Gradle to v8.5 ([#5](#5)) ([6e0ff81](6e0ff81))
- Loading branch information