Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 5185fd5

Browse files
XuanwoJinnyYi
andauthored
Bump to version 3.4.0 (#70)
* Bump to version 3.4.0 Signed-off-by: Xuanwo <[email protected]> * Update CHANGELOG.md Co-authored-by: JinnyYi <[email protected]> Co-authored-by: JinnyYi <[email protected]>
1 parent 3303d76 commit 5185fd5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [v3.4.0] - 2021-08-19
9+
10+
### Added
11+
12+
- feat: Implement CreateLink and setup linker test in go-service-fs (#63)
13+
- feat: Add EvalSymlinks to fix link related tests (#64)
14+
15+
### Changed
16+
17+
- ci: Allow every one run integration tests (#61)
18+
- ci: Fix pull_request not triggered tests
19+
20+
### Fixed
21+
22+
- Fix writeAppend will truncate data if file exists (#60)
23+
- fix: Fixed workDir not matching when workDir is a symbolic link (#66)
24+
- fix: List could return duplicated files on unix platform (#69)
25+
826
## [v3.3.0] - 2021-07-21
927

1028
### Added
@@ -77,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7795

7896
- Implement fs services.
7997

98+
[v3.4.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.3.0...v3.4.0
8099
[v3.3.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.2.0...v3.3.0
81100
[v3.2.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.1.0...v3.2.0
82101
[v3.1.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.0.0...v3.1.0

0 commit comments

Comments
 (0)