Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Update changelog for release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnencia committed Nov 22, 2020
1 parent 195b026 commit ac6ffa9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2020-11-22

- Bump github.com/relvacode/iso8601 from 1.0.0 to 1.1.0
- Fix login error ([GH-17](https://github.com/mnencia/mchfuse/issues/17))
- Close file descriptors when going background (tentative fix for [GH-15](https://github.com/mnencia/mchfuse/issues/17))

## [0.2.0] - 2020-06-15

- Send the process in the background automatically
- Support mounting using `mount -t fuse.mchfuse` and `/etc/fstab`

## [0.1.0] - 2020-06-04

- Reuse http.Client to improve performances. ([#1](https://github.com/mnencia/mchfuse/issues/1))
- Reuse http.Client to improve performances. ([GH-1](https://github.com/mnencia/mchfuse/issues/1))
- Detect whether the device is reachable locally

When connecting to a device, mchfuse try to determine if it is locally
Expand All @@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/mnencia/mchfuse/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/mnencia/mchfuse/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/mnencia/mchfuse/releases/tag/v0.3.0
[0.2.0]: https://github.com/mnencia/mchfuse/releases/tag/v0.2.0
[0.1.0]: https://github.com/mnencia/mchfuse/releases/tag/v0.1.0
[0.0.1]: https://github.com/mnencia/mchfuse/releases/tag/v0.0.1

0 comments on commit ac6ffa9

Please sign in to comment.