Skip to content

Commit ff81a5e

Browse files
committed
Prepared release 3.2.0.
1 parent e8349a0 commit ff81a5e

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

.github/problem-matchers/coverage-check.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 3.2.0 - 2021-12-04
4+
5+
### Added
6+
7+
- Status request providing meta-level data to a combination.
8+
39
## 3.1.8 - 2021-11-13
410

511
### Fixed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: BluePsyduck
99
email: bluepsyduck@gmx.com
10-
version: 3.1.8
10+
version: 3.2.0
1111

1212
servers:
1313
- url: https://data-api.factorio-item-browser.com/

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
1919
'name' => 'Factorio Item Browser - API Server',
20-
'version' => '3.1.8',
20+
'version' => '3.2.0',
2121
];

0 commit comments

Comments
 (0)