Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 20, 2024
1 parent 69e25fc commit d5dfa8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v0.1.0 (2024-06-20)

### Feature

* feat: update switch_window doc ([`69e25fc`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation-fi/commit/69e25fcd5a64146fc58376c641b3cd4190644f97))

### Unknown

* Feat: improving doc for switch_window keyword ([`fdbfef6`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation-fi/commit/fdbfef67608f7d8ef0274243f8e50714784210e0))

* Chore: Use Python 3.11, not 3.12 in CI ([`8014b88`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation-fi/commit/8014b881a78bbe0d800f5759eb472a9152fa6fde))

## v0.0.0 (2024-06-20)

### Build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "robotframework-seleniumlibrary-translation-fi"
version = "0.0.0"
version = "0.1.0"
authors = [
{ name="Tatu Aalto", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion robotframework_seleniumlibrary_translation_fi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path
from typing import TypedDict

__version__ = "0.0.0"
__version__ = "0.1.0"


class Language(TypedDict):
Expand Down

0 comments on commit d5dfa8a

Please sign in to comment.