From 62a223d654eec68e34be1208c7f833ee384eee1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:43:29 -0700 Subject: [PATCH] chore: release main (#362) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 18 ++++++++++++++++++ python/CHANGELOG.md | 7 +++++++ python/pyproject.toml | 2 +- version.txt | 2 +- 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28c6e038..4d27bb8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "js": "0.6.1", - "python": "0.5.0", - ".": "1.14.1", + "python": "0.5.1", + ".": "1.15.0", "jvm": "0.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 439e0eba..05babf2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.15.0](https://github.com/TheOpenDictionary/odict/compare/v1.14.1...v1.15.0) (2023-06-19) + + +### Features + +* **docs:** update README ([7680cf5](https://github.com/TheOpenDictionary/odict/commit/7680cf5b6205b4210bd18c439025ef71238fd81c)) +* **jvm:** add build script ([3eed477](https://github.com/TheOpenDictionary/odict/commit/3eed477faa5616a2ba4394297defe7ca8c10246c)) + + +### Bug Fixes + +* **deps:** update dependency com.google.guava:guava to v32.0.1-jre ([b1c9213](https://github.com/TheOpenDictionary/odict/commit/b1c921392dfa1d9df9803d3e8963bd5762af8e8a)) +* **deps:** update module github.com/bokwoon95/sqddl to v0.4.4 ([a77e513](https://github.com/TheOpenDictionary/odict/commit/a77e51315bf34cad15e8e7e031a290c846f99eca)) +* **deps:** update module github.com/bokwoon95/sqddl to v0.4.5 ([ffdab01](https://github.com/TheOpenDictionary/odict/commit/ffdab016f8bad669fdfa08ec14219627c5c8297c)) +* **deps:** update module github.com/urfave/cli/v2 to v2.25.6 ([7c62e86](https://github.com/TheOpenDictionary/odict/commit/7c62e864b6fb61fee81cb819bbf5dd507add49af)) +* **deps:** update module github.com/urfave/cli/v2 to v2.25.7 ([124f3be](https://github.com/TheOpenDictionary/odict/commit/124f3be491554d99c10c2facfe74f7e66310901d)) +* **write:** fix default dictionary IDs ([#383](https://github.com/TheOpenDictionary/odict/issues/383)) ([9207e5a](https://github.com/TheOpenDictionary/odict/commit/9207e5a4bb05fc52c9ff8ed6f0c6e931c6dc150d)) + ## [1.14.1](https://github.com/TheOpenDictionary/odict/compare/v1.14.0...v1.14.1) (2023-05-31) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index c546110e..15401aff 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/TheOpenDictionary/odict/compare/python-v0.5.0...python-v0.5.1) (2023-06-19) + + +### Bug Fixes + +* **write:** fix default dictionary IDs ([#383](https://github.com/TheOpenDictionary/odict/issues/383)) ([9207e5a](https://github.com/TheOpenDictionary/odict/commit/9207e5a4bb05fc52c9ff8ed6f0c6e931c6dc150d)) + ## [0.5.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.4.0...python-v0.5.0) (2023-05-28) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4a67b4fc..dc8894d8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "theopendictionary" -version = "0.5.0" +version = "0.5.1" description = "" authors = ["Tyler Nickerson "] diff --git a/version.txt b/version.txt index 63e799cf..141f2e80 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.14.1 +1.15.0