You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
6
6
7
7
## [Unreleased]
8
8
9
+
## [Version 0.9.0] - 2025-06-08
10
+
9
11
### Changed
10
12
11
13
-__Breaking Change__: `VolumeManager` now uses interior-mutability (with a `RefCell`) and so most methods are now `&self`. This also makes it easier to open multiple `File`, `Directory` or `Volume` objects at once.
@@ -187,7 +189,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
187
189
188
190
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
0 commit comments