Skip to content

Commit f84ad56

Browse files
chore: release main (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e2e083 commit f84ad56

8 files changed

+58
-8
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"js": "0.0.2",
3-
"python": "0.0.5",
4-
".": "1.6.0",
2+
"js": "0.0.3",
3+
"python": "0.0.6",
4+
".": "1.6.1",
55
"jvm": "0.0.1"
66
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/TheOpenDictionary/odict/compare/v1.6.0...v1.6.1) (2022-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** updated release-please to only publish for released packages ([7e2e083](https://github.com/TheOpenDictionary/odict/commit/7e2e0831cc4b171047aea100c78eff77e82f1c03))
9+
* don't use lowercase entry keys ([c57d01e](https://github.com/TheOpenDictionary/odict/commit/c57d01e6655a5e517c811c11b02456e7ae2e48ee))
10+
* fix tests ([8bbf73d](https://github.com/TheOpenDictionary/odict/commit/8bbf73d556d65d5ffb82669769cf4cf15e38e805))
11+
* **js:** disable term splitting by default ([f739ef0](https://github.com/TheOpenDictionary/odict/commit/f739ef0bc8ef4709b3fea52cc8b00486c547366d))
12+
* **js:** update Node configuration ([b0f3850](https://github.com/TheOpenDictionary/odict/commit/b0f385060cc45460d8ca38c699b00ad0cac9aa9e))
13+
* **make:** fix publish command ([178a6da](https://github.com/TheOpenDictionary/odict/commit/178a6da9215ec7ae9e6736a30ebf6903d230438d))
14+
* **python:** fix python build ([3df34ac](https://github.com/TheOpenDictionary/odict/commit/3df34ac46051e6e618e890e157527cffad2d44bd))
15+
316
## [1.6.0](https://github.com/TheOpenDictionary/odict/compare/v1.5.0...v1.6.0) (2022-11-06)
417

518

js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/TheOpenDictionary/odict/compare/theopendictionary-v0.0.2...theopendictionary-v0.0.3) (2022-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **js:** disable term splitting by default ([f739ef0](https://github.com/TheOpenDictionary/odict/commit/f739ef0bc8ef4709b3fea52cc8b00486c547366d))
9+
* **js:** update Node configuration ([b0f3850](https://github.com/TheOpenDictionary/odict/commit/b0f385060cc45460d8ca38c699b00ad0cac9aa9e))
10+
311
## [0.0.2](https://github.com/TheOpenDictionary/odict/compare/theopendictionary-v0.0.1...theopendictionary-v0.0.2) (2022-11-06)
412

513

js/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theopendictionary",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A JavaScript wrapper around the Open Dictionary compiler",
55
"type": "module",
66
"main": "dist/index.js",

python/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.0.6](https://github.com/TheOpenDictionary/odict/compare/v0.0.5...v0.0.6) (2022-11-12)
4+
5+
6+
### Features
7+
8+
* 1.5.0 refactor ([#30](https://github.com/TheOpenDictionary/odict/issues/30)) ([193519f](https://github.com/TheOpenDictionary/odict/commit/193519f62e014c496b975c22aeca32a0b9222e84))
9+
* add TypeScript library ([#33](https://github.com/TheOpenDictionary/odict/issues/33)) ([24e2a39](https://github.com/TheOpenDictionary/odict/commit/24e2a397931ed6d9fcbf71b7cc347f5c8bc9f52d))
10+
* added force indexing to Java and added ODICT_INDEX_DIR env variable ([62b2d68](https://github.com/TheOpenDictionary/odict/commit/62b2d6876ce8a34d2f6d0114308e06a3b4bd34e4))
11+
* added Python extension ([#14](https://github.com/TheOpenDictionary/odict/issues/14)) ([5235b64](https://github.com/TheOpenDictionary/odict/commit/5235b64a0d2ca82a42662162034d9dbff5ccab81))
12+
* extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O ([#15](https://github.com/TheOpenDictionary/odict/issues/15)) ([9c5c251](https://github.com/TheOpenDictionary/odict/commit/9c5c251e48a46a375807f8b476374ed209b4c316))
13+
* **go:** add `split` command ([#31](https://github.com/TheOpenDictionary/odict/issues/31)) ([71814fc](https://github.com/TheOpenDictionary/odict/commit/71814fce27fda86fddb19b9907097e8dc530fba3))
14+
* **java:** updated Java implementation to use more efficient Bleve search ([#19](https://github.com/TheOpenDictionary/odict/issues/19)) ([23d465e](https://github.com/TheOpenDictionary/odict/commit/23d465ef6a79f3d0eb6320a413c8284271c79f42))
15+
16+
17+
### Bug Fixes
18+
19+
* attempt to fix various memory leaks ([#16](https://github.com/TheOpenDictionary/odict/issues/16)) ([bb33fa3](https://github.com/TheOpenDictionary/odict/commit/bb33fa3b5917c0eca798d3c577d8fc617acc83b2))
20+
* corrected Python dll path ([60c80fd](https://github.com/TheOpenDictionary/odict/commit/60c80fdae1c6e3d826e7e6a608e4458cca067b46))
21+
* fix tests ([8bbf73d](https://github.com/TheOpenDictionary/odict/commit/8bbf73d556d65d5ffb82669769cf4cf15e38e805))
22+
* fixes splitting and return 2D array from CI ([#35](https://github.com/TheOpenDictionary/odict/issues/35)) ([4e80729](https://github.com/TheOpenDictionary/odict/commit/4e80729de3a96059774753b89ec336b66f1d729f))
23+
* improved indexing and added indexing as default lookup method ([#20](https://github.com/TheOpenDictionary/odict/issues/20)) ([03e9e2f](https://github.com/TheOpenDictionary/odict/commit/03e9e2f1229813b4ec3082aae0bfa61abb0cdb68))
24+
* **java:** moved shared library into JAR ([05b3208](https://github.com/TheOpenDictionary/odict/commit/05b3208a85b78952a49f37c8163063132f0b7dd2))
25+
* **java:** replaced Java lookups with lookupByKey instead of Bleve ([#21](https://github.com/TheOpenDictionary/odict/issues/21)) ([5717b9d](https://github.com/TheOpenDictionary/odict/commit/5717b9ddeb76e0610eab4ffd1da01e4d84f0e93d))
26+
* **python:** added custom library resolution ([313593b](https://github.com/TheOpenDictionary/odict/commit/313593bbfb7033acb8a2e6de34c5b34638114a96))
27+
* **python:** fix python build ([3df34ac](https://github.com/TheOpenDictionary/odict/commit/3df34ac46051e6e618e890e157527cffad2d44bd))
28+
* **python:** fixed ODict path ([669cace](https://github.com/TheOpenDictionary/odict/commit/669cace5c290e6c7e84ce3d1c4e752e726873798))
29+
* **python:** updated Python target visibility ([474856d](https://github.com/TheOpenDictionary/odict/commit/474856d4a7bec8c107f0fea89fb9926fc296cc7c))
30+
* remove log ([3074eb0](https://github.com/TheOpenDictionary/odict/commit/3074eb0b2cfab990506fbc694e24665417925421))
31+
332
## [0.0.5](https://github.com/TheOpenDictionary/odict/compare/v0.0.4...v0.0.5) (2022-11-06)
433

534

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "theopendictionary"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = ""
55
authors = ["Tyler Nickerson <[email protected]>"]
66

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)