We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e822a5d commit be1c8c3Copy full SHA for be1c8c3
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "MathOptInterface"
2
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
-version = "1.8.1"
+version = "1.8.2"
4
5
[deps]
6
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
docs/src/release_notes.md
@@ -1,5 +1,16 @@
# Release notes
+## v1.8.2 (September 20, 2022)
+
+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/v1.8.2).
7
8
+### Documentation
9
10
+ - Add vale as a documentation linter
11
+ - Improve styling of code blocks in the PDF
12
+ - Fix a number of typos in the documentation
13
14
## v1.8.1 (September 12, 2022)
15
16
For a detailed list of the closed issues and pull requests from this release,
0 commit comments