Commit 47dbfd0
committed
release: 2.0.0 [skip ci]
## [2.0.0](v1.2.0...v2.0.0) (2024-01-23)
### ⚠ 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 90a2815 commit 47dbfd0
3 files changed
+50
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| 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 | + | |
| 45 | + | |
1 | 46 | | |
2 | 47 | | |
3 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments