Skip to content

Commit 94ffe2e

Browse files
author
semantic-release
committed
1.0.3
Automatically generated by python-semantic-release
1 parent 312a088 commit 94ffe2e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v1.0.3 (2025-03-01)
5+
6+
### Bug Fixes
7+
8+
- Build shuold include json files
9+
([`312a088`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation/commit/312a088581cba52ec25cd8a9b7d5cb5d6211731a))
10+
11+
### Continuous Integration
12+
13+
- Use python-semantic-release/[email protected] action
14+
([`6470934`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation/commit/64709348d3c1e30ce4b6d3de2572292becaf0e3b))
15+
16+
417
## v1.0.2 (2025-03-01)
518

619
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotframework-seleniumlibrary-translation"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
authors = [
99
{ name="Tatu Aalto", email="[email protected]" },
1010
]

robotframework_seleniumlibrary_translation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pathlib import Path
1515
from typing import TypedDict
1616

17-
__version__ = "1.0.2"
17+
__version__ = "1.0.3"
1818

1919

2020
class Language(TypedDict):

0 commit comments

Comments
 (0)