Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dourouc05 committed Sep 16, 2021
1 parent f275c7a commit b4b5cfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

Version 0.6.0
-------------

Update to MOI 0.10.0. The only breaking change due to this package is in the
test suite for solvers, where the same refactoring as MOI 0.10.0 was included:
the old test suite is in the `DeprecatedTest` submodule and the new one in
`Test`. Updating solvers could simply change their import to `DeprecatedTest`
when starting the update, and then move on to `Test`.


Version 0.5.0
-------------

Expand Down

2 comments on commit b4b5cfd

@dourouc05
Copy link
Member Author

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

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

Please sign in to comment.