Skip to content

Commit

Permalink
chore: release v0.7.6 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii authored Jan 24, 2024
1 parent 09f36ca commit 1dc7c31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.5...HEAD)
## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.6...HEAD)

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

* Upgrade `near-indexer-primitives` to `0.20.0`
* Upgrade dependencies versions to the latest

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

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.5"
version = "0.7.6"

[dependencies]
anyhow = "1.0.79"
Expand Down

0 comments on commit 1dc7c31

Please sign in to comment.