Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Jun 6, 2024
1 parent 344a784 commit f8b09a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.6.0](https://github.com/fMeow/arangors/compare/v0.5.5...v0.6.0) (2024-06-06)

### [0.5.5](https://github.com/fMeow/arangors/compare/v0.5.4...v0.5.5) (2024-06-06)


Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arangors"
version = "0.5.5"
version = "0.6.0"
edition = "2021"
authors = [ "Guoli Lyu <[email protected]>" ]
readme = "README.md"
Expand All @@ -20,12 +20,10 @@ status = "actively-developed"

[features]
default = [ "rocksdb", "reqwest_async" ]

blocking = [ "maybe-async/is_sync" ]
reqwest_async = [ "reqwest" ]
reqwest_blocking = [ "reqwest/blocking", "blocking" ]
surf_async = [ "http-types", "surf" ]

cluster = [ ]
enterprise = [ ]
mmfiles = [ ]
Expand Down

0 comments on commit f8b09a1

Please sign in to comment.