Skip to content

Commit

Permalink
v0.4.0 start of Network replacement for Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Nov 26, 2023
1 parent 3ef7f54 commit b66663e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# CommonOPF Changelog

## Next
- Conductor.yaml

## dev
## v0.4.0
- change dependency MetaGraphs to MetaGraphsNext
- add `Network` (which will replace `Inputs` eventually)

## v0.3.8
- bug fix `reduce_tree!` with `Inputs{MultiPhase}`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CommonOPF"
uuid = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
authors = ["Nick Laws <[email protected]> and contributors"]
version = "0.3.8"
version = "0.4.0"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Expand Down

2 comments on commit b66663e

@NLaws
Copy link
Owner Author

@NLaws NLaws commented on b66663e Nov 26, 2023

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/95981

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.4.0 -m "<description of version>" b66663e1892fdf9578ce28c67eea435bd6476348
git push origin v0.4.0

Please sign in to comment.