Skip to content

Commit 1d9383d

Browse files
authored
Prepare for manual v7 release (#245)
1 parent d34ee74 commit 1d9383d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v7.0.0 (Thu Feb 07 2024)
2+
3+
- Bumps the version of Guice to v7.
4+
- Removes support for `javax.inject.Inject` and `javax.inject.Provider` in favor of `jakarta.inject.Inject` and `jakarta.inject.Provider` [#239](https://github.com/pleo-io/prop/pull/239) ([@erwinw](https://github.com/erwinw)
5+
16
# v6.0.28 (Thu Feb 02 2023)
27

38
#### 🐞 Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is made of 4 modules that when combined give you a full, flexible and powerfu
99
If you're okay with using Guice, Apache Commons Config2 and Jackson, add a dependency on `prop-all` (Gradle):
1010

1111
```groovy
12-
implementation "io.pleo:prop-all:2.0.0"
12+
implementation "io.pleo:prop-all:7.0.0"
1313
```
1414

1515
All you need is to initialize the `AutoPropModule` by passing it all the Guice Modules you'd like it to scan for `Prop<X>` dependencies.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
org.gradle.configuration-cache=true
44
org.gradle.configuration-cache.problems=warn
55
org.gradle.jvmargs=-Xmx4096m "-XX\:MaxMetaspaceSize\=1024m"
6-
version=6.0.28
6+
version=7.0.0

0 commit comments

Comments
 (0)