Skip to content

Commit aa395ff

Browse files
authored
v2.5.10 autorelease (#529)
1 parent 4ed0190 commit aa395ff

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.5.10
2+
==============
3+
4+
* Fix run filtering and apply filters to report buttons (#528)
5+
16
Version 2.5.9
27
=============
38

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.5.9
5+
version: 2.5.10
66
servers:
77
- url: /api
88
tags:

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
version = "2.5.9"
2+
version = "2.5.10"
33
name = "ibutsu_server"
44
description = "A system to store and query test results and artifacts"
55
authors = [

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.5.9",
3+
"version": "2.5.10",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.24.7",

0 commit comments

Comments
 (0)