Skip to content

Commit

Permalink
Increment version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Aug 29, 2022
1 parent a51d59c commit 3a0450d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
DSS_CAPI_VERSION: '0.12.1'
DSS_MATLAB_VERSION: '0.12.1'
DSS_MATLAB_VERSION: '0.12.2'

jobs:
linux_x64:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ Related projects:
- [`OpenDSSDirect.jl`](http://github.com/dss-extensions/OpenDSSDirect.jl): Julia bindings to DSS C-API (originally based on the DCSL/OpenDSSDirect.DLL).
- [`DSS Sharp`](http://github.com/dss-extensions/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.

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).
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).


## Highlights from 0.12.2

- Migrate to the DSSContext (`ctx_*`) API. This fixes some results when using multiple actors (PM).

- Monitors: fix `ByteStream`

## Highlights from 0.12.1

Expand Down

0 comments on commit 3a0450d

Please sign in to comment.