Skip to content

Commit

Permalink
chore: 0.7.2 release (#76)
Browse files Browse the repository at this point in the history
* chore: 0.7.2 release

* Upgrade tokio, add necessery features

* Update CHANGELOG.md

Co-authored-by: Vlad Frolov <frolvlad@gmail.com>

---------

Co-authored-by: Vlad Frolov <frolvlad@gmail.com>
  • Loading branch information
khorolets and frol authored Jun 2, 2023
1 parent 3eeef31 commit fb662d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.1...HEAD)
## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.2...HEAD)

## [0.7.1](https://github.com/near/near-lake-framework/compare/v0.7.1...0.7.0)
## [0.7.2](https://github.com/near/near-lake-framework/compare/v0.7.1...0.7.2)

- Upgrade near primitives crate to `0.17.0`
- Upgrade `tokio` version to the latest (`1.28.2`)

## [0.7.1](https://github.com/near/near-lake-framework/compare/v0.7.0...0.7.1)

- Refactor `s3_fetchers` to allow testing
- Fix `betanet` default region (the corresponding bucket is in different region)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.58.1"

# cargo-workspaces
[workspace.metadata.workspaces]
version = "0.7.1"
version = "0.7.2"

[dependencies]
anyhow = "1.0.51"
Expand All @@ -27,11 +27,11 @@ futures = "0.3.23"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.75"
thiserror = "1.0.38"
tokio = { version = "1.1", features = ["sync", "time"] }
tokio = { version = "1.28.2", features = ["sync", "time", "rt", "macros"] }
tokio-stream = { version = "0.1" }
tracing = "0.1.13"

near-indexer-primitives = ">=0.16.0,<0.17.0"
near-indexer-primitives = "0.17"

[dev-dependencies]
aws-smithy-http = "0.53.0"
Expand Down

0 comments on commit fb662d6

Please sign in to comment.