Skip to content

Commit

Permalink
chore (version): update files for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MazenAli committed Jul 20, 2024
1 parent 631aaba commit 370fd50
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 35 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.8.0] - 2024-07-20

### Added

- Add Linear2DBasisQFE

### Chore

- Move type aliases to a separate module
- Update Makefile
- Add github workflows

## [0.7.0] - 2024-02-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "QuLearn"
copyright = "2023, Mazen Ali"
author = "Mazen Ali"
release = "0.7.0"
release = "0.8.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qulearn"
version = "0.7.0"
version = "0.8.0"
description = "Streamlining quantum and classical machine learning model development."
authors = ["Mazen Ali <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 370fd50

Please sign in to comment.