Skip to content

Commit 3a0450d

Browse files
committed
Increment version to 0.12.2
1 parent a51d59c commit 3a0450d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
DSS_CAPI_VERSION: '0.12.1'
10-
DSS_MATLAB_VERSION: '0.12.1'
10+
DSS_MATLAB_VERSION: '0.12.2'
1111

1212
jobs:
1313
linux_x64:

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ Related projects:
2222
- [`OpenDSSDirect.jl`](http://github.com/dss-extensions/OpenDSSDirect.jl): Julia bindings to DSS C-API (originally based on the DCSL/OpenDSSDirect.DLL).
2323
- [`DSS Sharp`](http://github.com/dss-extensions/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
2424

25-
Version 0.12.1, released on 2022-07-16, covers most of the COM functions and classes, besides some extensions from DSS C-API. If you find a missing function or unexpected behavior, please open an issue on GitHub to both help us track and hopefully fix it, and also inform other users. This project uses the [DSS C-API library version 0.12.1](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md#version-0121), based on OpenDSS revision 3460 (few commits after OpenDSS v9.4.1.2).
25+
Version 0.12.2, released on 2022-08-29, covers most of the COM functions and classes, besides some extensions from DSS C-API. If you find a missing function or unexpected behavior, please open an issue on GitHub to both help us track and hopefully fix it, and also inform other users. This project uses the [DSS C-API library version 0.12.1](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md#version-0121), based on OpenDSS revision 3460 (few commits after OpenDSS v9.4.1.2).
26+
27+
28+
## Highlights from 0.12.2
29+
30+
- Migrate to the DSSContext (`ctx_*`) API. This fixes some results when using multiple actors (PM).
31+
32+
- Monitors: fix `ByteStream`
2633

2734
## Highlights from 0.12.1
2835

0 commit comments

Comments
 (0)