Skip to content

Commit 621c212

Browse files
authored
bump version and NEWS (#407)
* bump version and NEWS * Run CI on changes to Project
1 parent df60400 commit 621c212

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- '.github/workflows/ci.yml'
99
- 'test/**'
1010
- 'src/**'
11+
- 'Project.toml'
1112
pull_request:
1213
types: [opened, synchronize, reopened]
1314
paths:
1415
- '.github/workflows/ci.yml'
1516
- 'test/**'
1617
- 'src/**'
18+
- 'Project.toml'
1719
jobs:
1820
test:
1921
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/nightly_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- '.github/workflows/nightly_ci.yml'
99
- 'test/**'
1010
- 'src/**'
11+
- 'Project.toml'
1112
pull_request:
1213
types: [opened, synchronize, reopened]
1314
paths:
1415
- '.github/workflows/nightly_ci.yml'
1516
- 'test/**'
1617
- 'src/**'
18+
- 'Project.toml'
1719
jobs:
1820
test:
1921
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Changes in v0.13.8
2+
3+
* add unary `+` for `Sign` and `ComplexSign` to allow single-argument `hcat` and `vcat` to work [#405](https://github.com/jump-dev/Convex.jl/pull/405). Thanks to @dstahlke!
4+
15
# Changes in v0.13.7
26

37
* fix [#403](https://github.com/jump-dev/Convex.jl/issues/403) by adding the keyword argument `silent_solver` to `solve!`.
@@ -32,7 +36,7 @@
3236

3337
# Changes in v0.13.2
3438

35-
* Add [`Convex.MAXDIGITS`](https://github.com/jump-dev/Convex.jl/pull/379)
39+
* Add [`Convex.MAXDIGITS`](https://github.com/jump-dev/Convex.jl/pull/379). Thanks to @riccardomurri!
3640

3741
# Changes in v0.13.1
3842

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Convex"
22
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
3-
version = "0.13.7"
3+
version = "0.13.8"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)