From ed7cf2a977d09eff9f6a44083b4ee531b4cfb823 Mon Sep 17 00:00:00 2001
From: goulart-paul
Date: Wed, 22 May 2024 08:58:07 +0100
Subject: [PATCH] bump version
---
CHANGELOG.md | 7 ++++++-
Project.toml | 2 +-
README.md | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61adeb89..308c1dbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Version numbering in this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). We aim to keep the core solver functionality and minor releases in sync between the Rust/Python and Julia implementations. Small fixes that affect one implementation only may result in the patch release versions differing.
+## [0.8.1] - 2024-22-05
+### Changed
+
+- minor documentation updates
+
## [0.8.0] - 2024-21-05
### Changed
@@ -113,7 +118,7 @@ Internal modifications to SDP cone implementation to reduce allocations.
- Initial release
-
+[0.8.1]: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.6.0...v0.7.0
diff --git a/Project.toml b/Project.toml
index 2af9d5fd..66e5547b 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
name = "Clarabel"
uuid = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
authors = ["Paul Goulart "]
-version = "0.8.0"
+version = "0.8.1"
[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
diff --git a/README.md b/README.md
index bb94ab60..20d3c15d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Interior Point Conic Optimization for Julia
-
+