Commit e9a45e3
committed
release: 2.0.0-dev.1 [skip ci]
## [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))1 parent f939639 commit e9a45e3
1 file changed
+44
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments