From 4bded38bcac3eaabb917e0cb73fad9b9f4f8fc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 3 Nov 2022 13:37:42 +0100 Subject: [PATCH] include release prep v0.9.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da08d24..daea6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased](https://github.com/quartiq/idsp/compare/v0.8.6...HEAD) +## [0.9.0](https://github.com/quartiq/idsp/compare/v0.8.6...v0.9.0) 2022-11-03 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 34e807c..4f8381a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idsp" -version = "0.8.6" +version = "0.9.0" resolver = "2" edition = "2018" authors = ["Robert Jördens "]