We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4717d41 commit 93c68c6Copy full SHA for 93c68c6
Project.toml
@@ -1,6 +1,6 @@
1
name = "Convex"
2
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
3
-version = "0.16.1"
+version = "0.16.2"
4
5
[deps]
6
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
docs/src/changelog.md
@@ -7,6 +7,12 @@ CurrentModule = Convex
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
+## v0.16.2 (June 21, 2024)
11
+
12
+### Fixed
13
14
+ - Fixed a bug adding constraints that had `ConstVexity` functions (#699)
15
16
## v0.16.1 (June 18, 2024)
17
18
### Added
0 commit comments