Skip to content

Commit

Permalink
✨ 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Oct 21, 2023
1 parent 03ee89d commit d884c0e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 发行版本

### v3.1.5 - 2023-10-21

- :sparkles: 添加 mica-holidays 模块
- :sparkles: 完善 mica-http 感谢好友 `@吴天狗` 反馈
- :sparkles: mica-core RsaUtil 支持分段 gitee #I855S0 感谢 `@桂在坚持` 反馈
- :sparkles: 升级 gradle wrapper 版本到 8.4
- :sparkles: 升级 mica-auto 版本

### v3.1.3 - 2023-08-27

- :sparkles: 完善 mica-lite 支持 JsonView 和 R 统一封装返回 github #53 感谢 `@yangwenliang123` 反馈。
Expand Down Expand Up @@ -59,6 +67,14 @@
- :arrow_up: 升级到 java17
- :arrow_up: 升级到 Spring boot3

### v2.7.17 - 2023-10-21

- :sparkles: 添加 mica-holidays 模块
- :sparkles: 完善 mica-http 感谢好友 `@吴天狗` 反馈
- :sparkles: mica-core RsaUtil 支持分段 gitee #I855S0 感谢 `@桂在坚持` 反馈
- :sparkles: 升级 gradle wrapper 版本到 8.4
- :sparkles: 升级 mica-auto 版本

### v2.7.15 - 2023-08-27

- :sparkles: 完善 mica-lite 支持 JsonView 和 R 统一封装返回 github #53 感谢 `@yangwenliang123` 反馈。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
## 🔖 版本说明
| 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 |
|----------|------------------|----------------|-----------------|
| 3.1.3 | mica 3.1.x | 3.1.x | 2022 |
| 3.1.5 | mica 3.1.x | 3.1.x | 2022 |
| 3.0.8 | mica 3.0.x | 3.0.x | 2022 |
| 2.7.15 | mica 2.7.x | 2.7.x | 2021 |
| 2.7.17 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ English | [简体中文](README.md)

| Latest version | mica version | spring boot version | spring cloud version |
|----------------| ---------------- |---------------------|----------------------|
| 3.1.3 | mica 3.1.x | 3.1.x | 2022 |
| 3.1.5 | mica 3.1.x | 3.1.x | 2022 |
| 3.0.8 | mica 3.0.x | 3.0.x | 2022 |
| 2.7.15 | mica 2.7.x | 2.7.x | 2021 |
| 2.7.17 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.1.5-SNAPSHOT
VERSION=3.1.5
GROUPID=net.dreamlu

org.gradle.caching=true
Expand Down

0 comments on commit d884c0e

Please sign in to comment.