Skip to content

Commit

Permalink
Fill up NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 16, 2020
1 parent 0a6e24d commit 584659d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
MathOptInterface (MOI) release notes
====================================

v0.9.16 (September 17, 2020)
---------------------------

For a detailed list of the closed issues and pull requests from this release,
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.16).

- Various fixes:
* 32-bit support
* `CleverDict` with abstract value type
* Checks in test suite

v0.9.15 (September 14, 2020)
---------------------------

Expand Down

2 comments on commit 584659d

@blegat
Copy link
Member Author

@blegat blegat commented on 584659d Sep 16, 2020

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

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.16 -m "<description of version>" 584659db7212e80752642307ec64cc71fcb43f56
git push origin v0.9.16

Please sign in to comment.