Skip to content

Commit fcc4f86

Browse files
committed
update change_log and versions
1 parent b1e2b26 commit fcc4f86

File tree

3 files changed

+50
-4
lines changed

3 files changed

+50
-4
lines changed

BuildingSync.xsd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:auc="http://buildingsync.net/schemas/bedes-auc/2019" xmlns:gbxml="http://www.gbxml.org/schema" targetNamespace="http://buildingsync.net/schemas/bedes-auc/2019" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.5.0">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:auc="http://buildingsync.net/schemas/bedes-auc/2019" xmlns:gbxml="http://www.gbxml.org/schema" targetNamespace="http://buildingsync.net/schemas/bedes-auc/2019" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.6.0">
33
<xs:import namespace="http://www.gbxml.org/schema" schemaLocation="https://github.com/BuildingSync/gbXML_Schemas/releases/download/v6.01/GreenBuildingXML_Ver6.01.xsd"/>
44
<xs:annotation>
5-
<xs:documentation>BuildingSync Schema - Version 2.5.0</xs:documentation>
5+
<xs:documentation>BuildingSync Schema - Version 2.6.0</xs:documentation>
66
<xs:documentation xmlns="http://www.w3.org/1999/xhtml">
77
<h1>BuildingSync Schema Deprecation Policy</h1>
88
<p>This document details the deprecation policy for the BuildingSync Schema.</p>
@@ -451,6 +451,8 @@
451451
<xs:enumeration value="2.4"/>
452452
<xs:enumeration value="2.5.0"/>
453453
<xs:enumeration value="2.5"/>
454+
<xs:enumeration value="2.6.0"/>
455+
<xs:enumeration value="2.6"/>
454456
</xs:restriction>
455457
</xs:simpleType>
456458
</xs:attribute>

CHANGELOG.md

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

3+
## Version 2.6.0
4+
5+
BuildingSync Version 2.6.0 adds new elements for Life-Cycle Savings and two new measures for fenestration systems.
6+
7+
Date Range: 09/21/23 - 09/24/24
8+
9+
| Category | Count |
10+
|----------------|-------|
11+
| Schema: Controls | 0 |
12+
| Schema: Documentation | 1 |
13+
| Schema: General | 1 |
14+
| Schema: Measures | 2 |
15+
| Schema: Reports | 1 |
16+
| Schema: Systems | 0 |
17+
| Schema: Validation | 0 |
18+
| Other | -1 |
19+
| **Total** | 4 |
20+
21+
### Breaking Changes
22+
23+
*No breaking changes*
24+
25+
### Non-breaking Changes
26+
- [#495](https://github.com/BuildingSync/schema/pull/495), Add Life Cycle Savings elements (`Measures`, `Reports`)
27+
- [#494](https://github.com/BuildingSync/schema/pull/494), Add AuditCycleStartDate and AuditCycleEndDate (`General`)
28+
- [#492](https://github.com/BuildingSync/schema/pull/492), Add fenestration system measures (`Measures`)
29+
- [#487](https://github.com/BuildingSync/schema/pull/487), Update examples to 2.5 (`Documentation`)
30+
31+
### Non-schema Changes
32+
33+
*No non-schema changes*
34+
35+
### Issues
36+
37+
New Issues: 3 (#490, #491, #493)
38+
39+
Closed Issues: 4
40+
- [#465]( https://github.com/BuildingSync/schema/issues/465 ), [9/29/23] Updated release of BuildingSync 2.5 Milestone
41+
- [#490]( https://github.com/BuildingSync/schema/issues/490 ), Requested addition of fenestration system (window/shading retrofit) measures (`Measures`, `Non-breaking Change`, `feature`)
42+
- [#491]( https://github.com/BuildingSync/schema/issues/491 ), Requested new elements for life-cycle analysis or financial/project management for CTS/eProjectBuilder (initial) (`Reports`, `General`, `Non-breaking Change`, `feature`)
43+
- [#493]( https://github.com/BuildingSync/schema/issues/493 ), Requested addition of AuditCycleStartDate and AuditCycleEndDate (`General`, `Non-breaking Change`, `feature`)
44+
45+
All Open Issues: 19 (#151, #154, #167, #170, #183, #195, #198, #218, #260, #285, #287, #297, #320, #356, #370, #391, #428, #450, #474)
46+
347
## Version 2.5.0
448

549
BuildingSync Version 2.5.0 adds new elements for Water Conservation Measures (WCMs) and emission-related fields (Greenhouse Gas Emission). Version 2.5.0 adds examples of interactive Jupyter Notebooks to illustrate the process of creating BuildingSync XML reports from building data, where the synthetic data was generated based on DOE prototype buildings (small office and primary school).

docs/release_instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Follow the steps below when releasing a new version
1212
* If creating an official release (i.e., you are NOT creating a pre-release), add the version as an enumeration to the `auc:BuildingSync` `version` attribute with the latest version. Though we historically added some pre-releases to `@version`, they should no longer be included.
1313

1414
* Update the CHANGELOG.md to include the latest changes, and the most recent version.
15-
16-
* Run the change_log.rb script (e.g., ruby src/change_log.rb -t abcdefghijklmnopqrstuvwxyz -s 2019-12-21). The date range must span from the last official release (ie don't start at a pre-release) until the current date.
15+
* Obtain [Github API token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) for the next step.
16+
* Run the change_log.rb script (e.g., ruby src/change_log.rb -t TOKEN_string -s 2019-12-21). The date range must span from the last official release (ie don't start at a pre-release) until the current date.
1717
* Copy the results of this into the CHANGELOG. Remove items that are not useful to an end user such as version bumps, formatting, etc.
1818

1919
* Create a Pull Request into `main`

0 commit comments

Comments
 (0)