Skip to content

Commit

Permalink
Prepare for manual v7 release (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinw committed Feb 8, 2024
1 parent d34ee74 commit 1d9383d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v7.0.0 (Thu Feb 07 2024)

- Bumps the version of Guice to v7.
- 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)

# v6.0.28 (Thu Feb 02 2023)

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is made of 4 modules that when combined give you a full, flexible and powerfu
If you're okay with using Guice, Apache Commons Config2 and Jackson, add a dependency on `prop-all` (Gradle):

```groovy
implementation "io.pleo:prop-all:2.0.0"
implementation "io.pleo:prop-all:7.0.0"
```

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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
org.gradle.jvmargs=-Xmx4096m "-XX\:MaxMetaspaceSize\=1024m"
version=6.0.28
version=7.0.0

0 comments on commit 1d9383d

Please sign in to comment.