Skip to content

Commit

Permalink
Prep for v0.22.3 (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 10, 2022
1 parent 5a82665 commit 538213f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuMP"
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
repo = "https://github.com/jump-dev/JuMP.jl.git"
version = "0.22.2"
version = "0.22.3"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by
visiting [jump.dev](https://jump.dev).


**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.22.2/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.22.2) (`release-0.22` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.22.3/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.22.3) (`release-0.22` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
Expand Down
17 changes: 17 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release notes

## Version 0.22.3 (February 10, 2021)

- New features:
- There are no new features in this release.
- Bug fixes:
- Fixed a reproducibility issue in the TSP tutorial
- Fixed a reproducibility issue in the `max_cut_sdp` tutorial
- Fixed a bug broadcasting an empty SparseAxisArray
- Documentation, maintenance:
- Added a warning and improved documentation for the modify-then-query case
- Fixed a typo in the docstring of `RotatedSecondOrderCone`
- Added Aqua.jl as a check for code health
- Added introductions to each section of the tutorials
- Improved the column generation and Benders decomposition tutorials
- Updated documentation to MOI v0.10.8
- Updated JuliaFormatter to v0.22.2

## Version 0.22.2 (January 10, 2021)

- New features:
Expand Down

2 comments on commit 538213f

@odow
Copy link
Member Author

@odow odow commented on 538213f Feb 10, 2022

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

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.22.3 -m "<description of version>" 538213fdc2c7e60bb5255d264dafa02c856e1a55
git push origin v0.22.3

Please sign in to comment.