Skip to content

Commit

Permalink
bump version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leovan committed Jun 18, 2024
1 parent a0f19bf commit b062073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.4](https://github.com/leovan/duckling-chinese/compare/v1.1.3...v1.1.4) (2024-06-18)

Duckling Core 版本:[1.5.9](https://mvnrepository.com/artifact/com.xiaomi.duckling/duckling-core_2.13/1.5.9)

## [1.1.3](https://github.com/leovan/duckling-chinese/compare/v1.1.2...v1.1.3) (2024-04-21)

Duckling Core 版本:[1.5.7](https://mvnrepository.com/artifact/com.xiaomi.duckling/duckling-core_2.13/1.5.7)
Expand Down
2 changes: 1 addition & 1 deletion duckling_chinese/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def parse_entities(
]


__version__ = '1.1.3'
__version__ = '1.1.4'
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<groupId>tech.leovan</groupId>
<artifactId>duckling-chinese</artifactId>
<packaging>jar</packaging>
<version>1.1.3</version>
<version>1.1.4</version>

<dependencies>
<dependency>
<groupId>com.xiaomi.duckling</groupId>
<artifactId>duckling-core_2.13</artifactId>
<version>1.5.7</version>
<version>1.5.9</version>
</dependency>
</dependencies>
</project>

0 comments on commit b062073

Please sign in to comment.