Skip to content

Commit

Permalink
NEWS.md: include v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Oct 30, 2024
1 parent 61700e1 commit 16e2257
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

For a more complete list of changes, visit the [Git repository and Releases page on GitHub](https://github.com/dss-extensions/OpenDSSDirect.jl).

### OpenDSSDirect v0.9.9 Release Notes

Only Julia code changes, the engine remains as v0.14.3.

- Fix ToJSON in `ActiveClass` and `Element`
- Update dependencies, migrating to `Downloads.jl` for examples and dependency downloads

### OpenDSSDirect v0.9.8 Release Notes

- Update the engine to DSS C-API v0.14.3. There are a few bugfixes, [please check the AltDSS/DSS C-API changelog](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md#version-0143-2024-03-13), notably functions CktElement.Open/Close/IsOpen have been fixed and now also check for valid terminals.
Expand Down

2 comments on commit 16e2257

@PMeira
Copy link
Member Author

@PMeira PMeira commented on 16e2257 Oct 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/118355

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.9 -m "<description of version>" 16e2257536188bb51d596cafef6f41002c0f18ac
git push origin v0.9.9

Please sign in to comment.