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

Commit 3cb470b

Browse files
Bump to version 3.5.0 (#85)
* use eavlSymlinks to replace filepath.EvalSymlinks * change CHANGELOG.md * change CHANGELOG.md * change CHANGELOG.md * change CHANGELOG.md
1 parent 8ed8a53 commit 3cb470b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.5.0] - 2021-09-23
9+
10+
### Added
11+
12+
- feat: Add cross build support (#72)
13+
- RFC-78: Unify Path Behavior (#78)
14+
15+
### Changed
16+
17+
- ci: Enable auto merge for dependabot
18+
- ci: Fix file not generated
19+
- ci: Upgrade Xuanwo/fetch-metadata
20+
- ci: Sync github actions (#80)
21+
- docs: Update README (#76)
22+
23+
### Fixed
24+
25+
- fix: File not generated
26+
- fix: Use eavlSymlinks to replace filepath.EvalSymlinks (#84)
27+
828
## [v3.4.0] - 2021-08-19
929

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

96116
- Implement fs services.
97117

118+
[v3.5.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.4.0...v3.5.0
98119
[v3.4.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.3.0...v3.4.0
99120
[v3.3.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.2.0...v3.3.0
100121
[v3.2.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.1.0...v3.2.0

0 commit comments

Comments
 (0)