Skip to content

Commit

Permalink
Prep for v0.15.3 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 11, 2023
1 parent 0c1bb96 commit c6a21df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Convex"
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
version = "0.15.2"
version = "0.15.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
11 changes: 11 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release notes

## v0.15.3 (February 11, 2023)

* Add support for LDLFactorizations v0.10 [#496](https://github.com/jump-dev/Convex.jl/pull/496).
* Replace `randn(m, 1)` with `randn(m)` to be more Julian [#498](https://github.com/jump-dev/Convex.jl/pull/498).
* Add support for indexing expressions with `CartesianIndex` [#500](https://github.com/jump-dev/Convex.jl/pull/500).

## v0.15.2 (August 10, 2022)

* Add support for LDLFactorizations v0.9 [#493](https://github.com/jump-dev/Convex.jl/pull/493).
* Fix use of deprecated functions from `AbstractTrees` [#494](https://github.com/jump-dev/Convex.jl/pull/494).

## v0.15.1 (March 28, 2022)
* Use `OrderedDict` internally for reproducible results, issue: [#488](https://github.com/jump-dev/Convex.jl/issues/488), fix: [#489](https://github.com/jump-dev/Convex.jl/pull/489).

Expand Down

2 comments on commit c6a21df

@odow
Copy link
Member Author

@odow odow commented on c6a21df Feb 11, 2023

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

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.15.3 -m "<description of version>" c6a21df2979dc1eaf60674f7f4b1324a4f30f8b8
git push origin v0.15.3

Please sign in to comment.