Skip to content

Commit e1ec45e

Browse files
authored
Merge pull request #2 from elabit/release-please--branches--main
chore(main): release 0.2.0
2 parents 1d278e6 + eb02ad4 commit e1ec45e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/elabit/robotmk-bridge-testdatagenerator/compare/v0.1.0...v0.2.0) (2026-06-24)
4+
5+
6+
### Features
7+
8+
* init commit, pypi init ([1d278e6](https://github.com/elabit/robotmk-bridge-testdatagenerator/commit/1d278e64b068e6b17a922cb3fe85ad330971e41c))
9+
10+
## Changelog
11+
312
All notable changes to this project will be documented in this file.
413

514
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

pyproject.toml

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

55
[project]
66
name = "robotmk-bridge-testdatagenerator"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Generates synthetic test result files (JUnit, ZAP, Gatling) for robotmk-bridge-plugin testing"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)