Skip to content

Commit 93c68c6

Browse files
authored
Prep for v0.16.2 (#700)
1 parent 4717d41 commit 93c68c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

+1-1
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.16.1"
3+
version = "0.16.2"
44

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

docs/src/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ CurrentModule = Convex
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v0.16.2 (June 21, 2024)
11+
12+
### Fixed
13+
14+
- Fixed a bug adding constraints that had `ConstVexity` functions (#699)
15+
1016
## v0.16.1 (June 18, 2024)
1117

1218
### Added

0 commit comments

Comments
 (0)