Skip to content

Commit

Permalink
chore: Release 0.7.1 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Mar 6, 2023
1 parent 3067ee8 commit a4d6f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.0...HEAD)
## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.1...HEAD)

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

- Refactor `s3_fetchers` to allow testing
- Fix `betanet` default region (the corresponding bucket is in different region)
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.7.1"

[dependencies]
anyhow = "1.0.51"
Expand Down

0 comments on commit a4d6f59

Please sign in to comment.