Skip to content

Commit

Permalink
Merge #649
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and jordens authored Nov 14, 2022
2 parents 9d90b67 + 14076a3 commit ce33374
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.8.1](https://github.com/quartiq/stabilizer/compare/v0.8.0...v0.8.1) - 2022-11-14)

* Fixed the python package dependencies

## [v0.8.0](https://github.com/quartiq/stabilizer/compare/v0.7.0...v0.8.0) - 2022-11-07

* [breaking] MSRV bumped to 1.63 (`array_from_fn` via `enum_iterator`)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stabilizer"
# Keep versions in Cargo.toml and py/setup.py synchronized.
version = "0.8.0"
version = "0.8.1"
resolver = "2"
authors = [
"Robert Jördens <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="stabilizer",
packages=find_packages(),
# Keep versions in Cargo.toml and py/setup.py synchronized.
version="0.8.0",
version="0.8.1",
description="Stabilizer Utilities",
author="QUARTIQ GmbH",
license="MIT",
Expand Down

0 comments on commit ce33374

Please sign in to comment.