Skip to content

Commit

Permalink
Merge pull request #129 from WorksApplications/release/3.2.0
Browse files Browse the repository at this point in the history
Release v3.2.0
  • Loading branch information
mh-northlander authored May 30, 2024
2 parents e966ea8 + 4b75980 commit 7d9f7da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change log

## [3.2.0] - 2024-05-30

### Added

- Update documents including tutrial (#125, #126)

### Fixed

- Explain with morpheme attribute (#121)
- Synonym filter and Sudachi filters can be used in any order (#122)
- Update deprecated codes (#125)

### Removed

- MorphemeConsumerAttribute is removed (#127)
- This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
- Also see #123 and #124.

## [3.1.1] - 2024-05-17

### Added
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us

# What's new?

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

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
org.gradle.caching=true
org.gradle.parallel=true
pluginVersion=3.1.2-SNAPSHOT
pluginVersion=3.2.0

0 comments on commit 7d9f7da

Please sign in to comment.