Skip to content

Commit

Permalink
Prep for 0.22.1 release (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 29, 2021
1 parent a6d0e24 commit 313ad90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
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.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.22.0) (`release-0.22` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.22.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.22.1) (`release-0.22` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
Expand Down
13 changes: 11 additions & 2 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Release notes

## Version 0.22.1 (In development)
## Version 0.22.1 (November 29, 2021)

- New features:
* Export `OptimizationSense` enum, with instances: `MIN_SENSE`, `MAX_SENSE`,
and `FEASIBILITY_SENSE`
* Add `Base.isempty(::Model)` to match `Base.empty(::Model)`
- Bug fixes:
* Fix bug in container with tuples as indices.
* Fix bug in container with tuples as indices
* Fix bug in `set_time_limit_sec`
- Documentation, maintenance
* Add tutorial "Design patterns for larger models"
* Remove release notes section from PDF
* General edits of the documentation and error messages

## Version 0.22.0 (November 10, 2021)

Expand Down

2 comments on commit 313ad90

@odow
Copy link
Member Author

@odow odow commented on 313ad90 Nov 29, 2021

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

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.1 -m "<description of version>" 313ad9089f97df680d9a19bce308533a71687a8a
git push origin v0.22.1

Please sign in to comment.