Skip to content

Commit 26280f2

Browse files
authored
Bump version to support changes in MathOptInterface package (#1142)
* Bump new version * Try make tests pass
1 parent 58d371c commit 26280f2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Coluna 0.8.2
2+
3+
This is a minor update which serves to support the latest versions of `BlockDecomposition` and `MathOptInterface`.
4+
5+
16
# Coluna 0.8.1
27

38
This is a minor update

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Coluna"
22
uuid = "88b4ec78-b192-11e8-04aa-4d367dd96a64"
33
authors = ["François Vanderbeck", "Guillaume Marques", "Vitor Nesello", "Ruslan Sadykov"]
4-
version = "0.8.1"
4+
version = "0.8.2"
55

66
[deps]
77
BlockDecomposition = "6cde8614-403a-11e9-12f1-c10d0f0caca0"
@@ -23,7 +23,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
2323
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2424

2525
[compat]
26-
BlockDecomposition = "1.15"
26+
BlockDecomposition = "1.15.1"
2727
Crayons = "4.1"
2828
DataStructures = "0.17, 0.18"
2929
DynamicSparseArrays = "0.7"

src/Coluna.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export Algorithm, ColunaBase, MathProg, Env, DefaultOptimizer, Parameters,
2929

3030
const _to = TO.TimerOutput()
3131

32-
version() = v"0.8.1"
32+
version() = v"0.8.2"
3333

3434
include("kpis.jl")
3535
include("parameters.jl")

0 commit comments

Comments
 (0)