Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azfile: Updating changelog for GA #21140

Merged
merged 9 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions sdk/storage/azfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Release History

## 0.1.1 (Unreleased)
## 1.0.0 (2023-07-12)

### Features Added

* Added `ParseNTFSFileAttributes` method for parsing the file attributes to `file.NTFSFileAttributes` type.

### Breaking Changes

### Bugs Fixed

* Fixed the issue where trailing slash is encoded when passed in directory or subdirectory name while creating the directory client.

### Other Changes

## 0.1.0 (2023-05-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azfile/internal/exported/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package exported

const (
ModuleName = "azfile"
ModuleVersion = "v0.1.1"
ModuleVersion = "v1.0.0"
)