From f466db4da95089db077f3b0cc3310f22fd78cad3 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Wed, 28 Feb 2024 09:36:47 +0100 Subject: [PATCH] Moving to 0.1.1 --- CHANGELOG.md | 12 +++++++++++- Project.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0454900..62c19ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] - Unreleased +## [0.1.1] - 2024-02-28 + +### Fixed + +- Bugs in KSP solver wrapper. + +### Added + +- More methods to the low-level API. + +## [0.1.0] - 2024-01-27 ### Added diff --git a/Project.toml b/Project.toml index c917705..103c1a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PetscCall" uuid = "1194c000-87c4-4102-b4a0-a6217ec4849e" authors = ["Francesc Verdugo and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"