Skip to content

Commit

Permalink
update README.md add version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Jul 21, 2024
1 parent fc584f7 commit 2abd62e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,31 @@ For quick start see [this Medium post](https://mohewedy.medium.com/using-mongodb
See [documentation website](https://mhewedy.github.io/spring-data-jpa-mongodb-expressions/) for details about how to get started.

### Install:

For springboot 3.x:

```xml
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

```
For springboot 2.x:

```xml
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.0.6</version>
</dependency>

```
>Note: Starting from version `0.1.0` the library supports springboot 3, to use the library with springboot 2 use versions `0.0.x` e.g. version `0.0.5`.

#### 🎖 Special Thanks

Special thanks to [Rashad Saif](https://github.com/rashadsaif) and [Hamada Elnoby](https://github.com/hamadaelnopy) for helping in the design, inspring with ideas, and for doing code review.

#### Next Release
See [List of issues](https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/issues?q=is%3Aissue+milestone%3A0.0.6) to be shipped in the next release
Special thanks to [Rashad Saif](https://github.com/rashadsaif) and [Hamada Elnoby](https://github.com/hamadaelnopy) for helping in the design, inspring with ideas, and for doing code review.

#### In the News
This repo has mentioned in [spring.io](http://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021) weekly news.
Expand Down
2 changes: 1 addition & 1 deletion docs/include.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:author: Mohammad Hewedy, The Spring Data JPA MongoDB Expressions Team
:revnumber: 0.1.0
:revnumber: 0.1.1
:jsondir: ../src/test/resources
:sectlinks: true
:source-highlighter: highlight.js

0 comments on commit 2abd62e

Please sign in to comment.