1
0
mirror of synced 2025-12-15 01:47:58 +08:00

v1.7.7 新增2026年法定假日。

This commit is contained in:
6tail
2025-11-05 10:56:26 +08:00
parent 03b0c0aaf1
commit 0194eb4574
5 changed files with 7 additions and 4 deletions

View File

@@ -49,3 +49,6 @@
1. 修复:候的错别字。 1. 修复:候的错别字。
2. 修复:吉神宜驱、凶神宜忌的错误。 2. 修复:吉神宜驱、凶神宜忌的错误。
3. 修复:农历闰月及后续月份的干支错误。 3. 修复:农历闰月及后续月份的干支错误。
## [1.7.7] - 2025-11-05
1. 新增2026年法定假日。

View File

@@ -16,7 +16,7 @@ lunar是一款无第三方依赖的公历(阳历)、农历(阴历、老黄历)
<dependency> <dependency>
<groupId>cn.6tail</groupId> <groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId> <artifactId>lunar</artifactId>
<version>1.7.6</version> <version>1.7.7</version>
</dependency> </dependency>
``` ```

View File

@@ -12,7 +12,7 @@ lunar is a calendar library for Solar and Chinese Lunar.
<dependency> <dependency>
<groupId>cn.6tail</groupId> <groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId> <artifactId>lunar</artifactId>
<version>1.7.6</version> <version>1.7.7</version>
</dependency> </dependency>
``` ```

View File

@@ -7,7 +7,7 @@
<groupId>cn.6tail</groupId> <groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId> <artifactId>lunar</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.7.6</version> <version>1.7.7</version>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/6tail/lunar-java</url> <url>https://github.com/6tail/lunar-java</url>
<description>a calendar library for Solar and Chinese Lunar</description> <description>a calendar library for Solar and Chinese Lunar</description>

File diff suppressed because one or more lines are too long