Commit e648535 1 parent f8391bc commit e648535 Copy full SHA for e648535
File tree 7 files changed +12
-11
lines changed
7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 5
5
// 18 Mar 2019 Brian Frank Creation
6
6
//
7
7
8
- buildVersion=3.9.14
8
+ buildVersion=3.9.15
9
9
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Build : BuildGroup
23
23
`phIoT/build.fan` ,
24
24
`phIct/build.fan` ,
25
25
`docHaystack/build.fan` ,
26
- `docXeto/build.fan` ,
26
+ // `docXeto/build.fan`,
27
27
]
28
28
}
29
29
Original file line number Diff line number Diff line change 6
6
** license: Licensed under the Academic Free License version 3.0
7
7
**************************************************************************
8
8
9
- **Version 3.9.15 (working )**
9
+ **Version 3.9.15 (25 Oct 2024 )**
10
10
- Rework of EVSE design from WG
11
11
- #1109: rework elec phase modeling to use new suite of tags
12
12
- #1056: batch hisRead and hisWrite API operations
15
15
- Formalize Filter specify for comparison of Numbers with units
16
16
- Add Xeto specs to Filter syntax
17
17
- Rename computed to computedFromReciprocal for associations
18
+ - Rework docHaystack Meters chapter
18
19
19
20
**Version 3.9.14 (22 Mar 2023)**
20
21
- New systems design
Original file line number Diff line number Diff line change 9
9
--------------------------------------------------------------------------
10
10
def: ^lib:ph
11
11
doc: "Project Haystack core definitions"
12
- version: "3.9.14 "
12
+ version: "3.9.15 "
13
13
baseUri: `https://project-haystack.org/def/ph/`
14
- -------------------------------------------------------------------------
14
+ ------------------------------------------------------------------------
Original file line number Diff line number Diff line change 8
8
9
9
--------------------------------------------------------------------------
10
10
def: ^lib:phIct
11
- version: "3.9.14 "
11
+ version: "3.9.15 "
12
12
baseUri: `https://project-haystack.org/def/phIct/`
13
13
depends: [^lib:ph, ^lib:phIoT]
14
14
wikipedia: `https://en.wikipedia.org/wiki/Information_and_communications_technology`
15
15
doc:
16
16
Project Haystack definitions for Information and Communications Technology.
17
17
This includes microprocessor based hardware, software, and networking
18
18
technologies.
19
- -------------------------------------------------------------------------
19
+ ------------------------------------------------------------------------
Original file line number Diff line number Diff line change 8
8
9
9
--------------------------------------------------------------------------
10
10
def: ^lib:phIoT
11
- version: "3.9.14 "
11
+ version: "3.9.15 "
12
12
baseUri: `https://project-haystack.org/def/phIoT/`
13
13
wikipedia: `https://en.wikipedia.org/wiki/Internet_of_things`
14
14
depends: [^lib:ph, ^lib:phScience]
15
15
doc: "Project Haystack definitions for Internet of Things"
16
- -------------------------------------------------------------------------
16
+ ------------------------------------------------------------------------
Original file line number Diff line number Diff line change 9
9
--------------------------------------------------------------------------
10
10
def: ^lib:phScience
11
11
doc: "Project Haystack scientific definitions"
12
- version: "3.9.14 "
12
+ version: "3.9.15 "
13
13
baseUri: `https://project-haystack.org/def/phScience/`
14
14
depends: [^lib:ph]
15
- -------------------------------------------------------------------------
15
+ ------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments