Skip to content

Commit d2585af

Browse files
authored
chore: release version vfs/v7.14.0
1 parent c1dc0bf commit d2585af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v7.15.0] - 2026-03-06
910
### Added
1011
- Added AGENTS.md with comprehensive guidelines for AI agents, including development standards, testing requirements, CHANGELOG/PR process, Go version policy, GitHub Actions maintenance, and module management.
1112
- Added `.windsurf/rules/standards.md`, `.cursor/rules`, and `.claude/CLAUDE.md` files to reference AGENTS.md guidelines for AI coding assistants.
@@ -22,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2223
- `github/codeql-action` from v4.32.0 to v4.32.4
2324
- Updated test matrix in go.yml to test Go 1.25 and 1.26 (latest-1 and latest minor versions) per VFS compatibility policy.
2425

25-
## [v7.14.0] - 2025-01-30
26+
## [v7.14.0] - 2026-01-30
2627
### Added
2728
- Updated .mockery.yml with contrib/backend entry
2829
- Generated missing mocks/Options.go.
2930

30-
## [v7.13.0] - 2025-01-26
31+
## [v7.13.0] - 2026-01-26
3132
### Added
3233
- Exported conformance test functions from `backend/testsuite` package for use by any backend implementation. Fixes #311.
3334
- Added `conformance_test.go` to each core backend (s3, gs, azure, os, mem, sftp, ftp) for running conformance tests independently.
@@ -42,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4243
- Avoid type assert and type convert where possible. (https://github.com/C2FO/vfs/pull/303)
4344
- Remove unnecessary S3 `mockClient` type. (https://github.com/C2FO/vfs/pull/305)
4445

45-
## [v7.12.0] - 2025-01-24
46+
## [v7.12.0] - 2026-01-24
4647
### Security
4748
- Updated golang.org/x/crypto for security vulnerabilities.
4849

0 commit comments

Comments
 (0)