Skip to content

Commit bb88823

Browse files
chore: release v0.1.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b72ec21 commit bb88823

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/jdrouet/browser-fs/releases/tag/v0.1.0) - 2025-02-14
11+
12+
### Added
13+
14+
- add function to read metadata on file
15+
- add function to read metadata
16+
- add function to read directory
17+
- add functions to read and write
18+
- create remove_dir function
19+
- add function to remove file
20+
- add functions to create directories
21+
- add more functions to File
22+
- allow file to seek
23+
- make sure we can append to file
24+
- create working read and write
25+
26+
### Other
27+
28+
- add release-plz config
29+
- add metadata to cargo.toml
30+
- add readme
31+
- configuration basic github action
32+
- add not about read only file access
33+
- apply clippy and fmt suggestions
34+
- format code
35+
- should seek ahead but not behind
36+
- make sure we can truncate a file

0 commit comments

Comments
 (0)