Skip to content

Commit

Permalink
chore: release main (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 19, 2023
1 parent 9d6c77d commit 62a223d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "theopendictionary"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["Tyler Nickerson <nickersoft@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.0

0 comments on commit 62a223d

Please sign in to comment.