Skip to content

Commit

Permalink
chore(release): bump version 0.8.0 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Aug 5, 2024
1 parent ae27f00 commit 8cd9fc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.8.1](https://github.com/zen-xu/sunray/compare/0.8.0..0.8.1) - 2024-08-05

### 🐛 Bug Fixes

- Add encoding when fdopen slave_fd ([#69](https://github.com/zen-xu/sunray/issues/69)) - ([ae27f00](https://github.com/zen-xu/sunray/commit/ae27f00cb587b050b1f4b9e1bda85898c24e46f0))

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

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

0 comments on commit 8cd9fc4

Please sign in to comment.