Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elijaharita committed Aug 23, 2022
1 parent 5cfea7e commit db2bcf8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ 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]
## [v0.2.0] - 2022-08-23
### Added
- LICENSE.md
- CONTRIBUTING.md
- CI Dockerfile and GitHub workflows

### Changed
- Bump Lotus to v1.17.0
- Bump Boost to v1.2.1 (unreleased commP fix commit)
- Blockstore is now stored with flatfs instead of lmdb
- Bump Boost to v1.3.1
- Filc blockstore is now stored with flatfs instead of lmdb
- Old blockstores will no longer work, use [this migration
tool](https://github.com/elijaharita/migrate-lmdb-flatfs) or simply clear
the old blockstore `filc clear-blockstore`

### Fixed
- Protect libp2p connections while querying
- Filctl label string conversion

## [v0.1.0] - 2022-08-05
### Added
Expand Down

0 comments on commit db2bcf8

Please sign in to comment.