Skip to content

Commit

Permalink
chore(release): bump version 0.6.1 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Jul 25, 2024
1 parent cea079e commit 9be9ddf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

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

### 🚀 Features

- Rpdb highlight the input code ([#65](https://github.com/zen-xu/sunray/issues/65)) - ([cea079e](https://github.com/zen-xu/sunray/commit/cea079ec1505c22f6c9af989e6fd688bbb4f83d5))
- Support rpdb multiline ([#64](https://github.com/zen-xu/sunray/issues/64)) - ([3ff160e](https://github.com/zen-xu/sunray/commit/3ff160eac0f5d683b89a18905a8a697e2a67c0b2))

### 🐛 Bug Fixes

- Fix raise exception in remote func will trigger ray panic ([#63](https://github.com/zen-xu/sunray/issues/63)) - ([63fee2e](https://github.com/zen-xu/sunray/commit/63fee2e4acb5b39ec079cd3dee2f1c9490abd6c1))

## [0.6.0](https://github.com/zen-xu/sunray/compare/0.5.1..0.6.0) - 2024-07-24

### 🚀 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.6.1" # version anchor
version = "0.7.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.6.1" # version anchor
version = "0.7.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.6.1"
__version__ = "0.7.0"
__authors__ = [
"ZhengYu, Xu <[email protected]>",
]
Expand Down

0 comments on commit 9be9ddf

Please sign in to comment.