Skip to content

Commit

Permalink
chore: Release 0.7.9 with support of nearcore 1.40.0 (near#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Jun 26, 2024
1 parent f440546 commit 1f061c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.7...HEAD)
## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.9...HEAD)

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

* Upgrade `near-indexer-primitives` to `0.23.0` (nearcore-1.40.0)
* Expose `s3_client::S3Client` trait so that custom S3 client implementations can be configured via `LakeConfigBuilder::s3_client`

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.75.0"

# cargo-workspaces
[workspace.metadata.workspaces]
version = "0.7.8"
version = "0.7.9"

[dependencies]
anyhow = "1.0.79"
Expand All @@ -32,7 +32,7 @@ tokio = { version = "1.35.1", features = ["sync", "time", "rt", "macros"] }
tokio-stream = { version = "0.1.14" }
tracing = "0.1.40"

near-indexer-primitives = "0.20.0"
near-indexer-primitives = "0.23.0"

[lib]
doctest = false

0 comments on commit 1f061c0

Please sign in to comment.