Skip to content

Commit 639164e

Browse files
committed
Prepared release 1.0.1.
1 parent 06f78f8 commit 639164e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.1 - 2021-04-01
4+
5+
### Added
6+
7+
- Support for new ~ dependency modifier as of [Factorio 1.1.28](https://forums.factorio.com/viewtopic.php?f=3&t=97273).
8+
39
## 1.0.0 - 2021-02-16
410

511
- Initial release of the Combination API Server project.

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
contact:
99
name: BluePsyduck
1010
email: bluepsyduck@gmx.com
11-
version: 1.0.0
11+
version: 1.0.1
1212
servers:
1313
- url: https://combination-api.factorio-item-browser.com/
1414
description: Live API server

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
return [
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
19-
'version' => '1.0.0',
19+
'version' => '1.0.1',
2020
];

0 commit comments

Comments
 (0)