Skip to content

Commit 7d9f7da

Browse files
Merge pull request #129 from WorksApplications/release/3.2.0
Release v3.2.0
2 parents e966ea8 + 4b75980 commit 7d9f7da

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change log
22

3+
## [3.2.0] - 2024-05-30
4+
5+
### Added
6+
7+
- Update documents including tutrial (#125, #126)
8+
9+
### Fixed
10+
11+
- Explain with morpheme attribute (#121)
12+
- Synonym filter and Sudachi filters can be used in any order (#122)
13+
- Update deprecated codes (#125)
14+
15+
### Removed
16+
17+
- MorphemeConsumerAttribute is removed (#127)
18+
- This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
19+
- Also see #123 and #124.
20+
321
## [3.1.1] - 2024-05-17
422

523
### Added

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
77

88
# What's new?
99

10-
- [3.1.1]
11-
- Support ElasticSearch -8.13.4 and OpenSearch -2.14.0. (#114, #118)
10+
- [3.2.0]
11+
- Explain with morpheme attribute (#121)
12+
- Synonym filter and Sudachi filters can be used in any order (#122)
13+
- MorphemeConsumerAttribute is removed (#127)
14+
- This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
1215

1316
Check [changelog](./CHANGELOG.md) for more.
1417

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
1111
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
1212
org.gradle.caching=true
1313
org.gradle.parallel=true
14-
pluginVersion=3.1.2-SNAPSHOT
14+
pluginVersion=3.2.0

0 commit comments

Comments
 (0)