Skip to content

Commit ce33374

Browse files
bors[bot]jordens
andauthored
Merge #649
649: release v0.8.1 r=ryan-summers a=jordens Required since 0.8.0 is unbuildable due to yanked miniconf Co-authored-by: Robert Jördens <rj@quartiq.de>
2 parents 9d90b67 + 14076a3 commit ce33374

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.8.1](https://github.com/quartiq/stabilizer/compare/v0.8.0...v0.8.1) - 2022-11-14)
9+
10+
* Fixed the python package dependencies
11+
812
## [v0.8.0](https://github.com/quartiq/stabilizer/compare/v0.7.0...v0.8.0) - 2022-11-07
913

1014
* [breaking] MSRV bumped to 1.63 (`array_from_fn` via `enum_iterator`)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stabilizer"
33
# Keep versions in Cargo.toml and py/setup.py synchronized.
4-
version = "0.8.0"
4+
version = "0.8.1"
55
resolver = "2"
66
authors = [
77
"Robert Jördens <rj@quartiq.de>",

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="stabilizer",
55
packages=find_packages(),
66
# Keep versions in Cargo.toml and py/setup.py synchronized.
7-
version="0.8.0",
7+
version="0.8.1",
88
description="Stabilizer Utilities",
99
author="QUARTIQ GmbH",
1010
license="MIT",

0 commit comments

Comments
 (0)