Compare commits
10 Commits
v7.4.0
...
5969cf8805
| Author | SHA1 | Date | |
|---|---|---|---|
| 5969cf8805 | |||
| 2131ace136 | |||
| f37a4708d2 | |||
| 44ea031378 | |||
| 9f33c26766 | |||
| 508e8880c2 | |||
| 1423ac6d74 | |||
| 60831c4db9 | |||
| b64d9c4985 | |||
|
e67dfebbbd
|
@@ -3,6 +3,7 @@ name: robotframework
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.5.0] - 2026-01-11
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Trigger CI workflow on version tags
|
||||
|
||||
## [7.4.0] - 2026-01-09
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.2-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
|
||||
FROM python:3.14.2-slim@sha256:1f741aef81d09464251f4c52c83a02f93ece0a636db125d411bd827bf381a763
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+2
-2
@@ -5,10 +5,10 @@ urllib3==2.6.3
|
||||
psycopg[binary]==3.3.2
|
||||
PyMySQL==1.1.2
|
||||
robotframework-appiumlibrary==3.2.1
|
||||
robotframework-databaselibrary==2.4.0
|
||||
robotframework-databaselibrary==2.4.1
|
||||
robotframework-httplibrary==0.4.2
|
||||
robotframework-http-rabbitmq==1.0.3
|
||||
robotframework-requests==0.9.7
|
||||
requests==2.32.5
|
||||
faker==40.1.0
|
||||
faker==40.1.2
|
||||
python-dotenv==1.2.1
|
||||
|
||||
Reference in New Issue
Block a user