Skip to content

Commit

Permalink
chore: release v0.7.1 (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Mar 29, 2023
1 parent 162dd92 commit 057b32f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 35 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,27 @@

### Added

### Changed

### Removed

### Fixed

## Forest v0.7.1 (2023-03-29)

Notable updates:

- Fix CD task for image publishing on new tagged releases

### Added

- [#2721](https://github.com/ChainSafe/forest/issues/2721): Add `--no-gc` flag
to daemon.

### Changed

- Use jemalloc as the default global allocator
- [#2607](https://github.com/ChainSafe/forest/issues/2607): Use jemalloc as the
default global allocator

### Removed

Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.7.0"
version = "0.7.1"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down

0 comments on commit 057b32f

Please sign in to comment.