Skip to content

Commit

Permalink
chore(release): bump version 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Jul 26, 2024
1 parent 63f2d6a commit 99856a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [0.8.0](https://github.com/zen-xu/sunray/compare/0.7.0..0.8.0) - 2024-07-26

### 🚀 Features

- Impl exception_auto_debugger contextmanager ([#67](https://github.com/zen-xu/sunray/issues/67)) - ([63f2d6a](https://github.com/zen-xu/sunray/commit/63f2d6ad8a6d79bd55c4cf07f6175082d75d1210))

### Build

- Update ray minimum version to 2.20.0 ([#66](https://github.com/zen-xu/sunray/issues/66)) - ([5a3ff7d](https://github.com/zen-xu/sunray/commit/5a3ff7dfe0431533269669849a6953472d4f0d73))

## [0.7.0](https://github.com/zen-xu/sunray/compare/0.6.1..0.7.0) - 2024-07-25

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["ZhengYu, Xu <[email protected]>"]
description = "More robust ray"
name = "sunray"
readme = "README.md"
version = "0.7.0" # version anchor
version = "0.8.0" # version anchor
classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -32,7 +32,7 @@ sunray = 'sunray.__main__:cli'
[tool.commitizen]
bump_message = "chore(release): bump version $current_version -> $new_version"
pre_bump_hooks = ["./update-changelog.sh"]
version = "0.7.0" # version anchor
version = "0.8.0" # version anchor
version_files = ["pyproject.toml:version anchor", "sunray/__init__.py"]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion sunray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations


__version__ = "0.7.0"
__version__ = "0.8.0"
__authors__ = [
"ZhengYu, Xu <[email protected]>",
]
Expand Down

0 comments on commit 99856a0

Please sign in to comment.