Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Mar 14, 2024
1 parent 599dfe0 commit e61ee5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

To see unreleased changes, please see the [CHANGELOG on the main branch guide](https://github.com/gufolabs/gufo_http/blob/main/CHANGELOG.md).

## [Unreleased]
## 0.2.0 - 2024-03-14

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "gufo_http"
version = "0.1.2"
version = "0.2.0"

[lib]
crate-type = ["cdylib"] # Comment for bench
Expand Down
2 changes: 1 addition & 1 deletion src/gufo/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)
from .types import RequestMethod

__version__: str = "0.1.2"
__version__: str = "0.2.0"
__all__ = [
"__version__",
"HttpError",
Expand Down

0 comments on commit e61ee5b

Please sign in to comment.