Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.11.0 - 2024-09-06

Other

  • Updates near-sandbox to 2.1.1 (#93)

0.10.0 - 2024-08-15

Other

  • [breaking] updated neard to 2.0.0 (#88)

0.9.0 - 2024-07-05

Added

  • Avoid different versions of near-sandbox binaries collision (#72)

Other

  • Updated the default neard version to 1.40.0 (#85)

0.8.0 - 2024-06-11

Added

  • Update default nearcore version to v1.38.0 (#81)

0.7.0 - 2023-10-04

Added

  • use tokio instead of async-process as dependants use tokio runtime anyway (#68)

Fixed

  • pin async-process crate (#66)

Other

  • use SANDBOX_ARTIFACT_URL (#74)

0.6.3 - 2023-09-30

Added

  • Expose DEFAULT_NEAR_SANDBOX_VERSION const
  • run sandbox instance with --fast flag (#56)
  • Allow to specify verion of neard-sandbox (#63)

Other

  • Fixed linting warnings
  • point nearcore to latest mainnet release 1.35.0 (#61)
  • Update crate/Cargo.toml
  • update dependencies