Skip to content

Commit a183213

Browse files
release: prepare release of libecalc v11.0.0 (#1143)
Auto-generated by devCalc
1 parent eae32c3 commit a183213

4 files changed

Lines changed: 28 additions & 7 deletions

File tree

docs/config/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"current_index": -51}
1+
{"current_index": -52}

docs/docs/changelog/v11-0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
slug: "v11.0-release"
3+
title: "v11.0"
4+
authors: ecalc-team
5+
tags: [release, eCalc]
6+
sidebar_position: -51
7+
---
8+
9+
# eCalc v11.0
10+
11+
## Features
12+
13+
## Bug Fixes
14+
15+
## Breaking changes
16+
17+
- We now require all references to be unique, i.e. names in FACILITY_INPUTS, MODELS and FUEL_TYPES should not be the
18+
same across the different keywords.
19+
20+
### CLI
21+
22+
- Remove `operational_settings_results` from compressor/pump system json result. In most use-cases this result isn't
23+
used.
24+
If you used this result, let us know, then we can consider supporting your use-case.

docs/drafts/next.draft.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: "{{ version_slug }}"
33
title: "{{ version_title }}"
44
authors: ecalc-team
55
tags: [release, eCalc]
6-
sidebar_position: -51
6+
sidebar_position: -52
77
---
88

99
# eCalc {{ version }}
@@ -13,3 +13,5 @@ sidebar_position: -51
1313
## Bug Fixes
1414

1515
## Breaking changes
16+
17+
### CLI

docs/templates/next.md.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,5 @@ sidebar_position: {{ index }}
1414

1515
## Breaking changes
1616

17-
- We now require all references to be unique, i.e. names in FACILITY_INPUTS, MODELS and FUEL_TYPES should not be the same across the different keywords.
18-
1917
### CLI
2018

21-
- Remove `operational_settings_results` from compressor/pump system json result. In most use-cases this result isn't used.
22-
If you used this result, let us know, then we can consider supporting your use-case.
23-

0 commit comments

Comments
 (0)