Skip to content

Commit

Permalink
chore: 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets committed Sep 11, 2023
1 parent f008937 commit 3137799
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.2...HEAD)
## [Unreleased](https://github.com/near/near-lake-framework/compare/v0.7.3...HEAD)

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

* Expose `s3_fetchers` module to allow using the underlying functionality in other projects
* Minor refactoring of `s3_fetchers` module

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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-lake-framework"
version = "0.0.0" # managed by cargo-workspaces, see below
version = "0.0.0" # managed by cargo-workspaces, see below
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/near-lake-framework"
description = "Library to connect to the NEAR Lake S3 and stream the data"
Expand All @@ -12,7 +12,7 @@ rust-version = "1.58.1"

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

[dependencies]
anyhow = "1.0.51"
Expand Down

0 comments on commit 3137799

Please sign in to comment.